#500792
A dark, vivid purple closely aligning with Indigo.
About #500792
Visually, #500792 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 7, and 146.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 95% magenta, 0% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#500792
RGB80, 7, 146
HSL271.5°, 90.8%, 30.0%
CMYK45%, 95%, 0%, 43%
HSV271.5°, 95.2%, 57.3%
LAB23.4, 54.2, -58.4
XYZ8.6, 3.9, 27.5
Decimal5244818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.75:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.23:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #500792;
}
.text-color {
color: #500792;
}
.border-color {
border: 2px solid #500792;
}