What is the RGB code for purple blue?
The CSS color purple blue in RGB format is rgb(99, 45, 233). Use this value directly in CSS, SVG, and most design tools.
How do I use purple blue in CSS?
To apply purple blue in CSS:
- Text color: color: rgb(99, 45, 233);
- Background: background-color: rgb(99, 45, 233);
- Border: border-color: rgb(99, 45, 233);
What are all the color format values for purple blue?
| Format | Value |
|---|---|
| HEX | #632de9 |
| RGB | rgb(99, 45, 233) |
| HSL | hsl(257.2, 81%, 54.5%) |
| CMYK | cmyk(57.5%, 80.7%, 0%, 8.6%) |
How do I convert purple blue to RGB?
Select purple blue from the color name list in our color converter. The RGB value — rgb(99, 45, 233) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purple blue belong to?
purple blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 257.2°, saturation 81%, lightness 54.5%.
How do I create lighter and darker shades of purple blue?
Lighter variant (lightness 69.5%): #9672f0. Darker variant (lightness 39.5%): #4213b6. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.