Electric purple to RGB — Color Code

RGB

rgb(170, 35, 255)

Format Value
HEX #aa23ff
RGB rgb(170, 35, 255)
HSL hsl(276.8, 100%, 56.9%)
CMYK cmyk(33.3%, 86.3%, 0%, 0%)

What is the RGB code for electric purple?

The CSS color electric purple in RGB format is rgb(170, 35, 255). Use this value directly in CSS, SVG, and most design tools.

How do I use electric purple in CSS?

To apply electric purple in CSS:

  • Text color: color: rgb(170, 35, 255);
  • Background: background-color: rgb(170, 35, 255);
  • Border: border-color: rgb(170, 35, 255);

What are all the color format values for electric purple?

FormatValue
HEX#aa23ff
RGBrgb(170, 35, 255)
HSLhsl(276.8, 100%, 56.9%)
CMYKcmyk(33.3%, 86.3%, 0%, 0%)

How do I convert electric purple to RGB?

Select electric purple from the color name list in our color converter. The RGB value — rgb(170, 35, 255) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does electric purple belong to?

electric purple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 276.8°, saturation 100%, lightness 56.9%.

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

Lighter variant (lightness 71.9%): #c870ff. Darker variant (lightness 41.9%): #8300d6. 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.