Dark plum to RGB — Color Code

RGB

rgb(63, 1, 44)

Format Value
HEX #3f012c
RGB rgb(63, 1, 44)
HSL hsl(318.4, 96.9%, 12.5%)
CMYK cmyk(0%, 98.4%, 30.2%, 75.3%)

What is the RGB code for dark plum?

The CSS color dark plum in RGB format is rgb(63, 1, 44). Use this value directly in CSS, SVG, and most design tools.

How do I use dark plum in CSS?

To apply dark plum in CSS:

  • Text color: color: rgb(63, 1, 44);
  • Background: background-color: rgb(63, 1, 44);
  • Border: border-color: rgb(63, 1, 44);

What are all the color format values for dark plum?

FormatValue
HEX#3f012c
RGBrgb(63, 1, 44)
HSLhsl(318.4, 96.9%, 12.5%)
CMYKcmyk(0%, 98.4%, 30.2%, 75.3%)

How do I convert dark plum to RGB?

Select dark plum from the color name list in our color converter. The RGB value — rgb(63, 1, 44) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark plum belong to?

dark plum belongs to the pink color family. It is a dark, vivid color with HSL values: hue 318.4°, saturation 96.9%, lightness 12.5%.

How do I create lighter and darker shades of dark plum?

Lighter variant (lightness 27.5%): #8a0260. Darker variant (lightness 5%): #190012. 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.