Shades of Han Purple #4E10DD
Tints of Han Purple #4E10DD
RGB
CMYK
RGB Variations
Color information
#4E10DD (or 0x4E10DD) is known color: Han Purple. HEX triplet: 4E, 10 and DD. RGB value is (78,16,221). Sum of RGB (Red+Green+Blue) = 78+16+221=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E10DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10DD is #B1EF22. Grayscale: #393939. Windows color (decimal): -11661091 or 14487630. OLE color: 14487630.
HSL color Cylindrical-coordinate representation of color #4E10DD: hue angle of 258.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E10DD is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 16 | 221 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.13 |
| HSL | 258.15º | 0.86% | 0.46% | - |
| HSV(B) | 258.15º | 0.93% | 0.87% | - |
| XYZ | 16.38 | 7.21 | 68.94 | - |
| YUV | 57.91 | 220.04 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 221 | 0.65 | 0.93 | 0 | 0.13 | 258.15 | 0.86 | 0.46 |
| Hex | 4E | 10 | DD | 41 | 5D | 0 | D | 102 | 56 | 2E |
| Octal | 116 | 20 | 335 | 101 | 135 | 0 | 15 | 402 | 126 | 56 |
| Binary | 1001110 | 10000 | 11011101 | 1000001 | 1011101 | 0 | 1101 | 100000010 | 1010110 | 101110 |
Color Harmonies of #4E10DD
Complementary color
Monochromatic Colors of #4E10DD
Black with #4E10DD
Text Example
Text Example
White with #4E10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E10DD; }
p { color: rgb(78,16,221); }
H1.HeaderClassName
{
color: #4E10DD;
}
.AnyTagClassName
{
color: #4E10DD;
}
</style>
background-color css
<style>
a { background-color: #4E10DD; }
a { background-color: rgb(78,16,221); }
div.DivClassName
{
background-color: #4E10DD;
}
.BgClassName
{
background-color: #4E10DD;
}
</style>
border-color css
<style>
span { border-color: #4E10DD; }
span { border-color: rgb(78,16,221); }
td.TdClassName
{
border-color: #4E10DD;
}
.TagClassName
{
border-color: #4E10DD;
}
</style>