WebToolsPlanet
Converter Tools

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

Client-Side Processing
Input Data Stays on Device
Instant Local Execution

Find this tool useful? Support the project to keep it free!

Buy me a coffee

What 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

1

Enter H (0–360), S (0–100), V (0–100)

2

R, G, B values and css rgb() appear instantly

3

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().

HSV input
H:217°, S:76%, V:96%
RGB output
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.

Frequently Asked Questions

Is HSV the same as HSB?
Yes — HSV (Value) and HSB (Brightness) are the same model. Photoshop calls it HSB.
Is my data sent to a server?
No. All conversion runs in your browser.