PT  to  VW Converter

Conversion Guide

1. Convert pt to px (multiply by 1.333). 2. Convert px to vw. Example: For 1920px viewport, 12pt = 16px = 0.833vw

Conversion Settings
Results depend on viewport width of 0px.
PT to VW Conversion Table
PTVWActions
60.0042
80.0056
100.0069
120.0083
140.0097
160.0111
180.0125
240.0167
360.025
480.0333
720.05

Frequently Asked Questions

Basics

What is PT?

Points (pt) are absolute-length units primarily used in print. One point is equal to 1/72 of an inch.

1in = 72pt72pt × 40pt
Should I use pt for web content?
Points are generally not recommended for web content. Use relative units like rem or em for better accessibility and responsiveness.
When are points useful?
Points are mainly useful in print stylesheets (CSS @media print) where precise physical measurements are needed.

What is VW?

The viewport width (vw) unit is relative to 1% of the viewport's width. 100vw equals the full viewport width.

Viewport50vw width
What is the viewport?
The viewport is the visible area of the web page on your device's screen.
When should I use vw?
Use vw for elements that should scale relative to the screen width, like full-width layouts or responsive typography.

Conversion

How to convert PT to VW?

To convert PT to VW, use the following formula:

(pt * 96 / viewport width) * (100 / 72)