Shades of Han Purple #4E16E6
Tints of Han Purple #4E16E6
RGB
CMYK
RGB Variations
Color information
#4E16E6 (or 0x4E16E6) is known color: Han Purple. HEX triplet: 4E, 16 and E6. RGB value is (78,22,230). Sum of RGB (Red+Green+Blue) = 78+22+230=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #4E16E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E16E6 is #B1E919. Grayscale: #3D3D3D. Windows color (decimal): -11659546 or 15078990. OLE color: 15078990.
HSL color Cylindrical-coordinate representation of color #4E16E6: hue angle of 256.15º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E16E6 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 22 | 230 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.10 |
| HSL | 256.15º | 0.83% | 0.49% | - |
| HSV(B) | 256.15º | 0.9% | 0.9% | - |
| XYZ | 17.71 | 7.91 | 75.46 | - |
| YUV | 62.46 | 222.55 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 230 | 0.66 | 0.90 | 0 | 0.10 | 256.15 | 0.83 | 0.49 |
| Hex | 4E | 16 | E6 | 42 | 5A | 0 | A | 100 | 53 | 31 |
| Octal | 116 | 26 | 346 | 102 | 132 | 0 | 12 | 400 | 123 | 61 |
| Binary | 1001110 | 10110 | 11100110 | 1000010 | 1011010 | 0 | 1010 | 100000000 | 1010011 | 110001 |
Color Harmonies of #4E16E6
Complementary color
Monochromatic Colors of #4E16E6
Black with #4E16E6
Text Example
Text Example
White with #4E16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16E6; }
p { color: rgb(78,22,230); }
H1.HeaderClassName
{
color: #4E16E6;
}
.AnyTagClassName
{
color: #4E16E6;
}
</style>
background-color css
<style>
a { background-color: #4E16E6; }
a { background-color: rgb(78,22,230); }
div.DivClassName
{
background-color: #4E16E6;
}
.BgClassName
{
background-color: #4E16E6;
}
</style>
border-color css
<style>
span { border-color: #4E16E6; }
span { border-color: rgb(78,22,230); }
td.TdClassName
{
border-color: #4E16E6;
}
.TagClassName
{
border-color: #4E16E6;
}
</style>