Shades of Han Purple #4E0DD6
Tints of Han Purple #4E0DD6
RGB
CMYK
RGB Variations
Color information
#4E0DD6 (or 0x4E0DD6) is known color: Han Purple. HEX triplet: 4E, 0D and D6. RGB value is (78,13,214). Sum of RGB (Red+Green+Blue) = 78+13+214=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 214 (83.98% from 255 or 70.16% from 305); Max value from RGB is 214 - color contains mainly: blue. Hex color #4E0DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0DD6 is #B1F229. Grayscale: #363636. Windows color (decimal): -11661866 or 14028110. OLE color: 14028110.
HSL color Cylindrical-coordinate representation of color #4E0DD6: hue angle of 259.4º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0DD6 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 13 | 214 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.16 |
| HSL | 259.4º | 0.89% | 0.45% | - |
| HSV(B) | 259.4º | 0.94% | 0.84% | - |
| XYZ | 15.42 | 6.76 | 64.11 | - |
| YUV | 55.35 | 217.53 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 214 | 0.64 | 0.94 | 0 | 0.16 | 259.4 | 0.89 | 0.45 |
| Hex | 4E | D | D6 | 40 | 5E | 0 | 10 | 103 | 59 | 2D |
| Octal | 116 | 15 | 326 | 100 | 136 | 0 | 20 | 403 | 131 | 55 |
| Binary | 1001110 | 1101 | 11010110 | 1000000 | 1011110 | 0 | 10000 | 100000011 | 1011001 | 101101 |
Color Harmonies of #4E0DD6
Complementary color
Monochromatic Colors of #4E0DD6
Black with #4E0DD6
Text Example
Text Example
White with #4E0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0DD6; }
p { color: rgb(78,13,214); }
H1.HeaderClassName
{
color: #4E0DD6;
}
.AnyTagClassName
{
color: #4E0DD6;
}
</style>
background-color css
<style>
a { background-color: #4E0DD6; }
a { background-color: rgb(78,13,214); }
div.DivClassName
{
background-color: #4E0DD6;
}
.BgClassName
{
background-color: #4E0DD6;
}
</style>
border-color css
<style>
span { border-color: #4E0DD6; }
span { border-color: rgb(78,13,214); }
td.TdClassName
{
border-color: #4E0DD6;
}
.TagClassName
{
border-color: #4E0DD6;
}
</style>