Shades of Han Purple #5E14DE
Tints of Han Purple #5E14DE
RGB
CMYK
RGB Variations
Color information
#5E14DE (or 0x5E14DE) is known color: Han Purple. HEX triplet: 5E, 14 and DE. RGB value is (94,20,222). Sum of RGB (Red+Green+Blue) = 94+20+222=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E14DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E14DE is #A1EB21. Grayscale: #404040. Windows color (decimal): -10611490 or 14554206. OLE color: 14554206.
HSL color Cylindrical-coordinate representation of color #5E14DE: hue angle of 261.98º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E14DE is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 20 | 222 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.13 |
| HSL | 261.98º | 0.83% | 0.47% | - |
| HSV(B) | 261.98º | 0.91% | 0.87% | - |
| XYZ | 18.05 | 8.15 | 69.73 | - |
| YUV | 65.15 | 216.52 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 222 | 0.58 | 0.91 | 0 | 0.13 | 261.98 | 0.83 | 0.47 |
| Hex | 5E | 14 | DE | 3A | 5B | 0 | D | 106 | 53 | 2F |
| Octal | 136 | 24 | 336 | 72 | 133 | 0 | 15 | 406 | 123 | 57 |
| Binary | 1011110 | 10100 | 11011110 | 111010 | 1011011 | 0 | 1101 | 100000110 | 1010011 | 101111 |
Color Harmonies of #5E14DE
Complementary color
Monochromatic Colors of #5E14DE
Black with #5E14DE
Text Example
Text Example
White with #5E14DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E14DE; }
p { color: rgb(94,20,222); }
H1.HeaderClassName
{
color: #5E14DE;
}
.AnyTagClassName
{
color: #5E14DE;
}
</style>
background-color css
<style>
a { background-color: #5E14DE; }
a { background-color: rgb(94,20,222); }
div.DivClassName
{
background-color: #5E14DE;
}
.BgClassName
{
background-color: #5E14DE;
}
</style>
border-color css
<style>
span { border-color: #5E14DE; }
span { border-color: rgb(94,20,222); }
td.TdClassName
{
border-color: #5E14DE;
}
.TagClassName
{
border-color: #5E14DE;
}
</style>