#7C57AF
A medium, moderate purple closely aligning with Mediumpurple.
About #7C57AF
At its core, #7C57AF is a medium and moderate hue. Designers often compare it to the standard color Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 87, and 175.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 29% C, 50% M, 0% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C57AF
RGB124, 87, 175
HSL265.2°, 35.5%, 51.4%
CMYK29%, 50%, 0%, 31%
HSV265.2°, 50.3%, 68.6%
LAB44.5, 33.9, -41.6
XYZ19.5, 14.2, 42.3
Decimal8148911
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.23:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C57AF;
}
.text-color {
color: #7C57AF;
}
.border-color {
border: 2px solid #7C57AF;
}