#753ACC
A medium, moderate purple closely aligning with Darkorchid.
About #753ACC
Visually, #753ACC is defined as a moderate purple. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(117, 58, 204).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 43% cyan and 72% magenta inks. With a hue angle of 264.2 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#753ACC
RGB117, 58, 204
HSL264.2°, 58.9%, 51.4%
CMYK43%, 72%, 0%, 20%
HSV264.2°, 71.6%, 80.0%
LAB39.9, 55.4, -66.0
XYZ19.7, 11.2, 58.2
Decimal7682764
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.49:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.21:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #753ACC;
}
.text-color {
color: #753ACC;
}
.border-color {
border: 2px solid #753ACC;
}