#752CBD
A medium, moderate purple closely aligning with Darkorchid.
About #752CBD
Visually, #752CBD is defined as a moderate purple. Its closest recognized web color is Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 44, and 189.
For print applications, it's crucial to understand its CMYK makeup. The color uses 38% Cyan, 77% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#752CBD
RGB117, 44, 189
HSL270.2°, 62.2%, 45.7%
CMYK38%, 77%, 0%, 26%
HSV270.2°, 76.7%, 74.1%
LAB36.5, 57.8, -62.8
XYZ17.4, 9.3, 49.0
Decimal7679165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.36:1
Text on #FFFFFF
AAA
2.85:1
Text on #000000
FAIL
7.04:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #752CBD;
}
.text-color {
color: #752CBD;
}
.border-color {
border: 2px solid #752CBD;
}