Bruise to RGB — Color Code

RGB

rgb(126, 64, 113)

Format Value
HEX #7e4071
RGB rgb(126, 64, 113)
HSL hsl(312.6, 32.6%, 37.3%)
CMYK cmyk(0%, 49.2%, 10.3%, 50.6%)

What is the RGB code for bruise?

The CSS color bruise in RGB format is rgb(126, 64, 113). Use this value directly in CSS, SVG, and most design tools.

How do I use bruise in CSS?

To apply bruise in CSS:

  • Text color: color: rgb(126, 64, 113);
  • Background: background-color: rgb(126, 64, 113);
  • Border: border-color: rgb(126, 64, 113);

What are all the color format values for bruise?

FormatValue
HEX#7e4071
RGBrgb(126, 64, 113)
HSLhsl(312.6, 32.6%, 37.3%)
CMYKcmyk(0%, 49.2%, 10.3%, 50.6%)

How do I convert bruise to RGB?

Select bruise from the color name list in our color converter. The RGB value — rgb(126, 64, 113) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does bruise belong to?

bruise belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 312.6°, saturation 32.6%, lightness 37.3%.

How do I create lighter and darker shades of bruise?

Lighter variant (lightness 52.3%): #ad5e9c. Darker variant (lightness 22.299999999999997%): #4b2644. 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.