What is the RGB code for purpleish blue?
The CSS color purpleish blue in RGB format is rgb(97, 64, 239). Use this value directly in CSS, SVG, and most design tools.
How do I use purpleish blue in CSS?
To apply purpleish blue in CSS:
- Text color: color: rgb(97, 64, 239);
- Background: background-color: rgb(97, 64, 239);
- Border: border-color: rgb(97, 64, 239);
What are all the color format values for purpleish blue?
| Format | Value |
|---|---|
| HEX | #6140ef |
| RGB | rgb(97, 64, 239) |
| HSL | hsl(251.3, 84.5%, 59.4%) |
| CMYK | cmyk(59.4%, 73.2%, 0%, 6.3%) |
How do I convert purpleish blue to RGB?
Select purpleish blue from the color name list in our color converter. The RGB value — rgb(97, 64, 239) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purpleish blue belong to?
purpleish blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 251.3°, saturation 84.5%, lightness 59.4%.
How do I create lighter and darker shades of purpleish blue?
Lighter variant (lightness 74.4%): #9b87f5. Darker variant (lightness 44.4%): #3612d1. 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.