Bluey purple to RGB — Color Code

RGB

rgb(98, 65, 199)

Format Value
HEX #6241c7
RGB rgb(98, 65, 199)
HSL hsl(254.8, 54.5%, 51.8%)
CMYK cmyk(50.8%, 67.3%, 0%, 22%)

What is the RGB code for bluey purple?

The CSS color bluey purple in RGB format is rgb(98, 65, 199). Use this value directly in CSS, SVG, and most design tools.

How do I use bluey purple in CSS?

To apply bluey purple in CSS:

  • Text color: color: rgb(98, 65, 199);
  • Background: background-color: rgb(98, 65, 199);
  • Border: border-color: rgb(98, 65, 199);

What are all the color format values for bluey purple?

FormatValue
HEX#6241c7
RGBrgb(98, 65, 199)
HSLhsl(254.8, 54.5%, 51.8%)
CMYKcmyk(50.8%, 67.3%, 0%, 22%)

How do I convert bluey purple to RGB?

Select bluey purple from the color name list in our color converter. The RGB value — rgb(98, 65, 199) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does bluey purple belong to?

bluey purple belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 254.8°, saturation 54.5%, lightness 51.8%.

How do I create lighter and darker shades of bluey purple?

Lighter variant (lightness 66.8%): #937cd8. Darker variant (lightness 36.8%): #442b91. 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.