#7524A0
A dark, moderate purple closely aligning with Rebeccapurple.
About #7524A0
Visually, #7524A0 is defined as a moderate purple. Designers often compare it to the standard color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 36, and 160.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 27% cyan, 78% magenta, 0% yellow, and 37% black. With a hue angle of 279.2 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7524A0
RGB117, 36, 160
HSL279.2°, 63.3%, 38.4%
CMYK27%, 78%, 0%, 37%
HSV279.2°, 77.5%, 62.7%
LAB33.1, 54.4, -51.0
XYZ14.3, 7.6, 34.0
Decimal7677088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.35:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.98:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7524A0;
}
.text-color {
color: #7524A0;
}
.border-color {
border: 2px solid #7524A0;
}