Dirty purple to RGB — Color Code

RGB

rgb(115, 74, 101)

Format Value
HEX #734a65
RGB rgb(115, 74, 101)
HSL hsl(320.5, 21.7%, 37.1%)
CMYK cmyk(0%, 35.7%, 12.2%, 54.9%)

What is the RGB code for dirty purple?

The CSS color dirty purple in RGB format is rgb(115, 74, 101). Use this value directly in CSS, SVG, and most design tools.

How do I use dirty purple in CSS?

To apply dirty purple in CSS:

  • Text color: color: rgb(115, 74, 101);
  • Background: background-color: rgb(115, 74, 101);
  • Border: border-color: rgb(115, 74, 101);

What are all the color format values for dirty purple?

FormatValue
HEX#734a65
RGBrgb(115, 74, 101)
HSLhsl(320.5, 21.7%, 37.1%)
CMYKcmyk(0%, 35.7%, 12.2%, 54.9%)

How do I convert dirty purple to RGB?

Select dirty purple from the color name list in our color converter. The RGB value — rgb(115, 74, 101) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dirty purple belong to?

dirty purple belongs to the pink color family. It is a medium, muted color with HSL values: hue 320.5°, saturation 21.7%, lightness 37.1%.

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

Lighter variant (lightness 52.1%): #9f6a8d. Darker variant (lightness 22.1%): #452c3c. 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.