Shades of Han Purple #5937E4
Tints of Han Purple #5937E4
RGB
CMYK
RGB Variations
Color information
#5937E4 (or 0x5937E4) is known color: Han Purple. HEX triplet: 59, 37 and E4. RGB value is (89,55,228). Sum of RGB (Red+Green+Blue) = 89+55+228=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #5937E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5937E4 is #A6C81B. Grayscale: #545454. Windows color (decimal): -10930204 or 14956377. OLE color: 14956377.
HSL color Cylindrical-coordinate representation of color #5937E4: hue angle of 251.79º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5937E4 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 55 | 228 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.11 |
| HSL | 251.79º | 0.76% | 0.55% | - |
| HSV(B) | 251.79º | 0.76% | 0.89% | - |
| XYZ | 19.49 | 10.46 | 74.39 | - |
| YUV | 84.89 | 208.76 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 228 | 0.61 | 0.76 | 0 | 0.11 | 251.79 | 0.76 | 0.55 |
| Hex | 59 | 37 | E4 | 3D | 4C | 0 | B | FC | 4C | 37 |
| Octal | 131 | 67 | 344 | 75 | 114 | 0 | 13 | 374 | 114 | 67 |
| Binary | 1011001 | 110111 | 11100100 | 111101 | 1001100 | 0 | 1011 | 11111100 | 1001100 | 110111 |
Color Harmonies of #5937E4
Complementary color
Monochromatic Colors of #5937E4
Black with #5937E4
Text Example
Text Example
White with #5937E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5937E4; }
p { color: rgb(89,55,228); }
H1.HeaderClassName
{
color: #5937E4;
}
.AnyTagClassName
{
color: #5937E4;
}
</style>
background-color css
<style>
a { background-color: #5937E4; }
a { background-color: rgb(89,55,228); }
div.DivClassName
{
background-color: #5937E4;
}
.BgClassName
{
background-color: #5937E4;
}
</style>
border-color css
<style>
span { border-color: #5937E4; }
span { border-color: rgb(89,55,228); }
td.TdClassName
{
border-color: #5937E4;
}
.TagClassName
{
border-color: #5937E4;
}
</style>