#753A7C
A dark, moderate magenta closely aligning with Darkslateblue.
About #753A7C
Visually, #753A7C is defined as a moderate magenta. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 117 parts red, 58 parts green, and 124 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 6% Cyan, 53% Magenta, 0% Yellow, and 51% Black. With a hue angle of 293.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#753A7C
RGB117, 58, 124
HSL293.6°, 36.3%, 35.7%
CMYK6%, 53%, 0%, 51%
HSV293.6°, 53.2%, 48.6%
LAB34.5, 36.4, -26.6
XYZ12.5, 8.3, 20.0
Decimal7682684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.92:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.57:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #753A7C;
}
.text-color {
color: #753A7C;
}
.border-color {
border: 2px solid #753A7C;
}