#7524A8
A medium, moderate purple closely aligning with Indigo.
About #7524A8
When working with digital screens, the color #7524A8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(117, 36, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 30% cyan, 79% magenta, 0% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7524A8
RGB117, 36, 168
HSL276.8°, 64.7%, 40.0%
CMYK30%, 79%, 0%, 34%
HSV276.8°, 78.6%, 65.9%
LAB33.7, 56.1, -54.8
XYZ15.0, 7.9, 37.8
Decimal7677096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.16:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.80:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7524A8;
}
.text-color {
color: #7524A8;
}
.border-color {
border: 2px solid #7524A8;
}