Shades of Han Purple #4E0EFC
Tints of Han Purple #4E0EFC
RGB
CMYK
RGB Variations
Color information
#4E0EFC (or 0x4E0EFC) is known color: Han Purple. HEX triplet: 4E, 0E and FC. RGB value is (78,14,252). Sum of RGB (Red+Green+Blue) = 78+14+252=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E0EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0EFC is #B1F103. Grayscale: #3B3B3B. Windows color (decimal): -11661572 or 16518734. OLE color: 16518734.
HSL color Cylindrical-coordinate representation of color #4E0EFC: hue angle of 256.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0EFC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 14 | 252 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.01 |
| HSL | 256.13º | 0.98% | 0.52% | - |
| HSV(B) | 256.13º | 0.94% | 0.99% | - |
| XYZ | 20.87 | 8.96 | 92.73 | - |
| YUV | 60.27 | 236.2 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 252 | 0.69 | 0.94 | 0 | 0.01 | 256.13 | 0.98 | 0.52 |
| Hex | 4E | E | FC | 45 | 5E | 0 | 1 | 100 | 62 | 34 |
| Octal | 116 | 16 | 374 | 105 | 136 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001110 | 1110 | 11111100 | 1000101 | 1011110 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4E0EFC
Complementary color
Monochromatic Colors of #4E0EFC
Black with #4E0EFC
Text Example
Text Example
White with #4E0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0EFC; }
p { color: rgb(78,14,252); }
H1.HeaderClassName
{
color: #4E0EFC;
}
.AnyTagClassName
{
color: #4E0EFC;
}
</style>
background-color css
<style>
a { background-color: #4E0EFC; }
a { background-color: rgb(78,14,252); }
div.DivClassName
{
background-color: #4E0EFC;
}
.BgClassName
{
background-color: #4E0EFC;
}
</style>
border-color css
<style>
span { border-color: #4E0EFC; }
span { border-color: rgb(78,14,252); }
td.TdClassName
{
border-color: #4E0EFC;
}
.TagClassName
{
border-color: #4E0EFC;
}
</style>