Shades of Han Purple #4E02DC
Tints of Han Purple #4E02DC
RGB
CMYK
RGB Variations
Color information
#4E02DC (or 0x4E02DC) is known color: Han Purple. HEX triplet: 4E, 02 and DC. RGB value is (78,2,220). Sum of RGB (Red+Green+Blue) = 78+2+220=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E02DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E02DC is #B1FD23. Grayscale: #303030. Windows color (decimal): -11664676 or 14418510. OLE color: 14418510.
HSL color Cylindrical-coordinate representation of color #4E02DC: hue angle of 260.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E02DC is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 2 | 220 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.14 |
| HSL | 260.92º | 0.98% | 0.44% | - |
| HSV(B) | 260.92º | 0.99% | 0.86% | - |
| XYZ | 16.08 | 6.83 | 68.18 | - |
| YUV | 49.58 | 224.18 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 220 | 0.65 | 0.99 | 0 | 0.14 | 260.92 | 0.98 | 0.44 |
| Hex | 4E | 2 | DC | 41 | 63 | 0 | E | 105 | 62 | 2C |
| Octal | 116 | 2 | 334 | 101 | 143 | 0 | 16 | 405 | 142 | 54 |
| Binary | 1001110 | 10 | 11011100 | 1000001 | 1100011 | 0 | 1110 | 100000101 | 1100010 | 101100 |
Color Harmonies of #4E02DC
Complementary color
Monochromatic Colors of #4E02DC
Black with #4E02DC
Text Example
Text Example
White with #4E02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E02DC; }
p { color: rgb(78,2,220); }
H1.HeaderClassName
{
color: #4E02DC;
}
.AnyTagClassName
{
color: #4E02DC;
}
</style>
background-color css
<style>
a { background-color: #4E02DC; }
a { background-color: rgb(78,2,220); }
div.DivClassName
{
background-color: #4E02DC;
}
.BgClassName
{
background-color: #4E02DC;
}
</style>
border-color css
<style>
span { border-color: #4E02DC; }
span { border-color: rgb(78,2,220); }
td.TdClassName
{
border-color: #4E02DC;
}
.TagClassName
{
border-color: #4E02DC;
}
</style>