#753A83
A dark, moderate magenta closely aligning with Darkslateblue.
About #753A83
The hex code #753A83 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 117 red, 58 green, and 131 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 11% Cyan, 56% Magenta, 0% Yellow, and 49% Black. The HSL representation is 288.5° hue, 38.6% saturation, and 37.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#753A83
RGB117, 58, 131
HSL288.5°, 38.6%, 37.1%
CMYK11%, 56%, 0%, 49%
HSV288.5°, 55.7%, 51.4%
LAB34.9, 37.9, -30.4
XYZ12.9, 8.4, 22.4
Decimal7682691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.81:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.46:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #753A83;
}
.text-color {
color: #753A83;
}
.border-color {
border: 2px solid #753A83;
}