#753AE9
A medium, vivid purple closely aligning with Blueviolet.
About #753AE9
Visually, #753AE9 is defined as a vivid purple. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(117, 58, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 50% cyan and 75% magenta inks. 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#753AE9
RGB117, 58, 233
HSL260.2°, 79.9%, 57.1%
CMYK50%, 75%, 0%, 9%
HSV260.2°, 75.1%, 91.4%
LAB42.3, 62.8, -78.7
XYZ23.6, 12.7, 78.3
Decimal7682793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.94:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.67:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #753AE9;
}
.text-color {
color: #753AE9;
}
.border-color {
border: 2px solid #753AE9;
}