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