RGB to HSV
Enter R, G, B values and get the HSV (Hue, Saturation, Value) breakdown. Useful for colour analysis, building palettes, and working with colour pickers or libraries that operate in HSV/HSB space.
Last updated: May 28, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is RGB to HSV?
HSV expresses colour as Hue (0–360°), Saturation (0–100%), and Value (0–100%). It is the colour model used by many graphic design tools including Adobe Photoshop (where it is called HSB) and most native OS colour pickers.
Converting RGB to HSV lets you understand the perceptual properties of a colour — its angle on the colour wheel, how saturated it is, and how bright it appears — which is useful for creating systematic colour variations.
How to Use RGB to HSV
Enter R, G, B values (0–255 each)
H°, S%, V% appear instantly
Copy the values for use in your design tool or code
Common Use Cases
- Developers building colour pickers or palette generators that work in HSV space.
- Designers analysing the hue, saturation, and brightness of existing brand colours.
- Frontend engineers feeding colour values into libraries that accept HSV input.
Example Input and Output
Converting Tailwind blue-500 RGB to HSV.
R:59, G:130, B:246hsv(217°, 76%, 96%)Reverse direction
Use the HSV to HEX tool to convert HSV values back to a displayable colour code.
Browser-side only
Conversion runs locally in your browser.

