Shades of Han Purple #5E0EDC
Tints of Han Purple #5E0EDC
RGB
CMYK
RGB Variations
Color information
#5E0EDC (or 0x5E0EDC) is known color: Han Purple. HEX triplet: 5E, 0E and DC. RGB value is (94,14,220). Sum of RGB (Red+Green+Blue) = 94+14+220=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E0EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0EDC is #A1F123. Grayscale: #3C3C3C. Windows color (decimal): -10613028 or 14421598. OLE color: 14421598.
HSL color Cylindrical-coordinate representation of color #5E0EDC: hue angle of 263.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0EDC is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 14 | 220 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.14 |
| HSL | 263.3º | 0.88% | 0.46% | - |
| HSV(B) | 263.3º | 0.94% | 0.86% | - |
| XYZ | 17.69 | 7.86 | 68.3 | - |
| YUV | 61.4 | 217.5 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 14 | 220 | 0.57 | 0.94 | 0 | 0.14 | 263.3 | 0.88 | 0.46 |
| Hex | 5E | E | DC | 39 | 5E | 0 | E | 107 | 58 | 2E |
| Octal | 136 | 16 | 334 | 71 | 136 | 0 | 16 | 407 | 130 | 56 |
| Binary | 1011110 | 1110 | 11011100 | 111001 | 1011110 | 0 | 1110 | 100000111 | 1011000 | 101110 |
Color Harmonies of #5E0EDC
Complementary color
Monochromatic Colors of #5E0EDC
Black with #5E0EDC
Text Example
Text Example
White with #5E0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0EDC; }
p { color: rgb(94,14,220); }
H1.HeaderClassName
{
color: #5E0EDC;
}
.AnyTagClassName
{
color: #5E0EDC;
}
</style>
background-color css
<style>
a { background-color: #5E0EDC; }
a { background-color: rgb(94,14,220); }
div.DivClassName
{
background-color: #5E0EDC;
}
.BgClassName
{
background-color: #5E0EDC;
}
</style>
border-color css
<style>
span { border-color: #5E0EDC; }
span { border-color: rgb(94,14,220); }
td.TdClassName
{
border-color: #5E0EDC;
}
.TagClassName
{
border-color: #5E0EDC;
}
</style>