Light urple to RGB — Color Code

RGB

rgb(179, 111, 246)

Format Value
HEX #b36ff6
RGB rgb(179, 111, 246)
HSL hsl(270.2, 88.2%, 70%)
CMYK cmyk(27.2%, 54.9%, 0%, 3.5%)

What is the RGB code for light urple?

The CSS color light urple in RGB format is rgb(179, 111, 246). Use this value directly in CSS, SVG, and most design tools.

How do I use light urple in CSS?

To apply light urple in CSS:

  • Text color: color: rgb(179, 111, 246);
  • Background: background-color: rgb(179, 111, 246);
  • Border: border-color: rgb(179, 111, 246);

What are all the color format values for light urple?

FormatValue
HEX#b36ff6
RGBrgb(179, 111, 246)
HSLhsl(270.2, 88.2%, 70%)
CMYKcmyk(27.2%, 54.9%, 0%, 3.5%)

How do I convert light urple to RGB?

Select light urple from the color name list in our color converter. The RGB value — rgb(179, 111, 246) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light urple belong to?

light urple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 270.2°, saturation 88.2%, lightness 70%.

How do I create lighter and darker shades of light urple?

Lighter variant (lightness 85%): #d9b7fa. Darker variant (lightness 55%): #8d27f1. 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.