#7C5FBD
A medium, moderate purple closely aligning with Mediumpurple.
About #7C5FBD
Visually, #7C5FBD is defined as a moderate purple. It is closely associated with the named CSS color Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 95, and 189.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 34% C, 50% M, 0% Y, and 26% K. The HSL representation is 258.5° hue, 41.6% saturation, and 55.7% lightness.
When using this color as a background, text legibility must be considered. 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#7C5FBD
RGB124, 95, 189
HSL258.5°, 41.6%, 55.7%
CMYK34%, 50%, 0%, 26%
HSV258.5°, 49.7%, 74.1%
LAB47.2, 32.8, -45.5
XYZ21.6, 16.1, 50.1
Decimal8150973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.97:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.75:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C5FBD;
}
.text-color {
color: #7C5FBD;
}
.border-color {
border: 2px solid #7C5FBD;
}