#7C50A0
A medium, moderate purple closely aligning with Darkslateblue.
About #7C50A0
The hex code #7C50A0 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(124, 80, 160).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 22% cyan, 50% magenta, 0% yellow, and 37% black. The HSL representation is 273.0° hue, 33.3% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C50A0
RGB124, 80, 160
HSL273.0°, 33.3%, 47.1%
CMYK22%, 50%, 0%, 37%
HSV273.0°, 50.0%, 62.7%
LAB42.1, 34.2, -36.5
XYZ17.5, 12.6, 34.8
Decimal8147104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.98:1
Text on #FFFFFF
AA
3.51:1
Text on #000000
AA Large
5.71:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C50A0;
}
.text-color {
color: #7C50A0;
}
.border-color {
border: 2px solid #7C50A0;
}