Purplish red to RGB — Color Code

RGB

rgb(176, 5, 75)

Format Value
HEX #b0054b
RGB rgb(176, 5, 75)
HSL hsl(335.4, 94.5%, 35.5%)
CMYK cmyk(0%, 97.2%, 57.4%, 31%)

What is the RGB code for purplish red?

The CSS color purplish red in RGB format is rgb(176, 5, 75). Use this value directly in CSS, SVG, and most design tools.

How do I use purplish red in CSS?

To apply purplish red in CSS:

  • Text color: color: rgb(176, 5, 75);
  • Background: background-color: rgb(176, 5, 75);
  • Border: border-color: rgb(176, 5, 75);

What are all the color format values for purplish red?

FormatValue
HEX#b0054b
RGBrgb(176, 5, 75)
HSLhsl(335.4, 94.5%, 35.5%)
CMYKcmyk(0%, 97.2%, 57.4%, 31%)

How do I convert purplish red to RGB?

Select purplish red from the color name list in our color converter. The RGB value — rgb(176, 5, 75) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does purplish red belong to?

purplish red belongs to the pink color family. It is a medium, vivid color with HSL values: hue 335.4°, saturation 94.5%, lightness 35.5%.

How do I create lighter and darker shades of purplish red?

Lighter variant (lightness 50.5%): #f8096b. Darker variant (lightness 20.5%): #66032b. 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.