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