Shades of Han Purple #5E20E9
Tints of Han Purple #5E20E9
RGB
CMYK
RGB Variations
Color information
#5E20E9 (or 0x5E20E9) is known color: Han Purple. HEX triplet: 5E, 20 and E9. RGB value is (94,32,233). Sum of RGB (Red+Green+Blue) = 94+32+233=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 233 (91.41% from 255 or 64.90% from 359); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E20E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E20E9 is #A1DF16. Grayscale: #484848. Windows color (decimal): -10608407 or 15278174. OLE color: 15278174.
HSL color Cylindrical-coordinate representation of color #5E20E9: hue angle of 258.51º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E20E9 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 32 | 233 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.09 |
| HSL | 258.51º | 0.82% | 0.52% | - |
| HSV(B) | 258.51º | 0.86% | 0.91% | - |
| XYZ | 19.84 | 9.3 | 77.84 | - |
| YUV | 73.45 | 218.04 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 233 | 0.60 | 0.86 | 0 | 0.09 | 258.51 | 0.82 | 0.52 |
| Hex | 5E | 20 | E9 | 3C | 56 | 0 | 9 | 103 | 52 | 34 |
| Octal | 136 | 40 | 351 | 74 | 126 | 0 | 11 | 403 | 122 | 64 |
| Binary | 1011110 | 100000 | 11101001 | 111100 | 1010110 | 0 | 1001 | 100000011 | 1010010 | 110100 |
Color Harmonies of #5E20E9
Complementary color
Monochromatic Colors of #5E20E9
Black with #5E20E9
Text Example
Text Example
White with #5E20E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E20E9; }
p { color: rgb(94,32,233); }
H1.HeaderClassName
{
color: #5E20E9;
}
.AnyTagClassName
{
color: #5E20E9;
}
</style>
background-color css
<style>
a { background-color: #5E20E9; }
a { background-color: rgb(94,32,233); }
div.DivClassName
{
background-color: #5E20E9;
}
.BgClassName
{
background-color: #5E20E9;
}
</style>
border-color css
<style>
span { border-color: #5E20E9; }
span { border-color: rgb(94,32,233); }
td.TdClassName
{
border-color: #5E20E9;
}
.TagClassName
{
border-color: #5E20E9;
}
</style>