#7C3A75
A dark, moderate magenta closely aligning with Darkslateblue.
About #7C3A75
Visually, #7C3A75 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 124 red, 58 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 53% Magenta, 6% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
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#7C3A75
RGB124, 58, 117
HSL306.4°, 36.3%, 35.7%
CMYK0%, 53%, 6%, 51%
HSV306.4°, 53.2%, 48.6%
LAB35.2, 37.2, -21.1
XYZ13.0, 8.6, 17.8
Decimal8141429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.72:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.38:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3A75;
}
.text-color {
color: #7C3A75;
}
.border-color {
border: 2px solid #7C3A75;
}