Shades of Han Purple #5E0CE6
Tints of Han Purple #5E0CE6
RGB
CMYK
RGB Variations
Color information
#5E0CE6 (or 0x5E0CE6) is known color: Han Purple. HEX triplet: 5E, 0C and E6. RGB value is (94,12,230). Sum of RGB (Red+Green+Blue) = 94+12+230=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 230 (90.23% from 255 or 68.45% from 336); Max value from RGB is 230 - color contains mainly: blue. Hex color #5E0CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0CE6 is #A1F319. Grayscale: #3C3C3C. Windows color (decimal): -10613530 or 15076446. OLE color: 15076446.
HSL color Cylindrical-coordinate representation of color #5E0CE6: hue angle of 262.57º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0CE6 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 12 | 230 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.10 |
| HSL | 262.57º | 0.9% | 0.47% | - |
| HSV(B) | 262.57º | 0.95% | 0.9% | - |
| XYZ | 19.03 | 8.36 | 75.47 | - |
| YUV | 61.37 | 223.17 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 12 | 230 | 0.59 | 0.95 | 0 | 0.10 | 262.57 | 0.9 | 0.47 |
| Hex | 5E | C | E6 | 3B | 5F | 0 | A | 107 | 5A | 2F |
| Octal | 136 | 14 | 346 | 73 | 137 | 0 | 12 | 407 | 132 | 57 |
| Binary | 1011110 | 1100 | 11100110 | 111011 | 1011111 | 0 | 1010 | 100000111 | 1011010 | 101111 |
Color Harmonies of #5E0CE6
Complementary color
Monochromatic Colors of #5E0CE6
Black with #5E0CE6
Text Example
Text Example
White with #5E0CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0CE6; }
p { color: rgb(94,12,230); }
H1.HeaderClassName
{
color: #5E0CE6;
}
.AnyTagClassName
{
color: #5E0CE6;
}
</style>
background-color css
<style>
a { background-color: #5E0CE6; }
a { background-color: rgb(94,12,230); }
div.DivClassName
{
background-color: #5E0CE6;
}
.BgClassName
{
background-color: #5E0CE6;
}
</style>
border-color css
<style>
span { border-color: #5E0CE6; }
span { border-color: rgb(94,12,230); }
td.TdClassName
{
border-color: #5E0CE6;
}
.TagClassName
{
border-color: #5E0CE6;
}
</style>