HSV to RGB
Enter H, S, V values (as used in Photoshop HSB, colour pickers, and many colour libraries) and get the R, G, B integers, CSS rgb() string, and HEX code instantly.
Last updated: May 29, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is HSV to RGB?
HSV (Hue, Saturation, Value) — also called HSB (Brightness) in Photoshop — describes colour using three perceptual components rather than screen channel intensities. Converting HSV to RGB gives you the integer channel values needed for CSS, canvas drawing APIs, and most JavaScript colour libraries.
How to Use HSV to RGB
Enter H (0–360), S (0–100), V (0–100)
R, G, B values and css rgb() appear instantly
Copy the values for CSS, SVG, or code
Common Use Cases
- Developers converting Photoshop HSB colour values to CSS rgb() for a web project.
- Engineers feeding colour picker HSV output into a canvas drawing API.
- Designers translating manually specified HSV values into CSS-compatible RGB.
Example Input and Output
Converting a Photoshop HSB colour to CSS rgb().
H:217°, S:76%, V:96%rgb(59, 130, 246)Need HEX?
Use the HSV to HEX tool if you need #RRGGBB format.
Browser-side only
Conversion runs locally in your browser.

