What is the RGB code for blue with a hint of purple?
The CSS color blue with a hint of purple in RGB format is rgb(83, 60, 198). Use this value directly in CSS, SVG, and most design tools.
How do I use blue with a hint of purple in CSS?
To apply blue with a hint of purple in CSS:
- Text color: color: rgb(83, 60, 198);
- Background: background-color: rgb(83, 60, 198);
- Border: border-color: rgb(83, 60, 198);
What are all the color format values for blue with a hint of purple?
| Format | Value |
|---|---|
| HEX | #533cc6 |
| RGB | rgb(83, 60, 198) |
| HSL | hsl(250, 54.8%, 50.6%) |
| CMYK | cmyk(58.1%, 69.7%, 0%, 22.4%) |
How do I convert blue with a hint of purple to RGB?
Select blue with a hint of purple from the color name list in our color converter. The RGB value — rgb(83, 60, 198) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue with a hint of purple belong to?
blue with a hint of purple belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 250°, saturation 54.8%, lightness 50.6%.
How do I create lighter and darker shades of blue with a hint of purple?
Lighter variant (lightness 65.6%): #8777d7. Darker variant (lightness 35.6%): #3a298d. 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.