Shades of Han Purple #4E16DC
Tints of Han Purple #4E16DC
RGB
CMYK
RGB Variations
Color information
#4E16DC (or 0x4E16DC) is known color: Han Purple. HEX triplet: 4E, 16 and DC. RGB value is (78,22,220). Sum of RGB (Red+Green+Blue) = 78+22+220=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E16DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E16DC is #B1E923. Grayscale: #3C3C3C. Windows color (decimal): -11659556 or 14423630. OLE color: 14423630.
HSL color Cylindrical-coordinate representation of color #4E16DC: hue angle of 256.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E16DC is Cyan = 0.65, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 22 | 220 | - |
| CMYK | 0.65 | 0.9 | 0 | 0.14 |
| HSL | 256.97º | 0.82% | 0.47% | - |
| HSV(B) | 256.97º | 0.9% | 0.86% | - |
| XYZ | 16.35 | 7.36 | 68.27 | - |
| YUV | 61.32 | 217.55 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 220 | 0.65 | 0.9 | 0 | 0.14 | 256.97 | 0.82 | 0.47 |
| Hex | 4E | 16 | DC | 41 | 5A | 0 | E | 101 | 52 | 2F |
| Octal | 116 | 26 | 334 | 101 | 132 | 0 | 16 | 401 | 122 | 57 |
| Binary | 1001110 | 10110 | 11011100 | 1000001 | 1011010 | 0 | 1110 | 100000001 | 1010010 | 101111 |
Color Harmonies of #4E16DC
Complementary color
Monochromatic Colors of #4E16DC
Black with #4E16DC
Text Example
Text Example
White with #4E16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16DC; }
p { color: rgb(78,22,220); }
H1.HeaderClassName
{
color: #4E16DC;
}
.AnyTagClassName
{
color: #4E16DC;
}
</style>
background-color css
<style>
a { background-color: #4E16DC; }
a { background-color: rgb(78,22,220); }
div.DivClassName
{
background-color: #4E16DC;
}
.BgClassName
{
background-color: #4E16DC;
}
</style>
border-color css
<style>
span { border-color: #4E16DC; }
span { border-color: rgb(78,22,220); }
td.TdClassName
{
border-color: #4E16DC;
}
.TagClassName
{
border-color: #4E16DC;
}
</style>