72px to pt
72px = 54pt
px and pt are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.75pt, so:
72px × 0.75 = 54pt
Reversing it, 54pt × 1.3333 returns 72px.
Nearby values
| px | pt |
|---|---|
| 36px | 27pt |
| 40px | 30pt |
| 48px | 36pt |
| 56px | 42pt |
| 64px | 48pt |
| 72px | 54pt |
| 80px | 60pt |
| 96px | 72pt |
Frequently asked questions
What is 72px in pt?
54pt.
How is 72px converted to pt?
Multiply by 0.75: 72 × 0.75 = 54. To go back, multiply 54 by 1.3333.
Does zoom or font size change 72px?
No. px and pt are both absolute CSS units, so the ratio is fixed and 72px is 54pt in every context.