Shades of Han Purple #4E0EFF
Tints of Han Purple #4E0EFF
RGB
CMYK
RGB Variations
Color information
#4E0EFF (or 0x4E0EFF) is known color: Han Purple. HEX triplet: 4E, 0E and FF. RGB value is (78,14,255). Sum of RGB (Red+Green+Blue) = 78+14+255=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0EFF is #B1F100. Grayscale: #3B3B3B. Windows color (decimal): -11661569 or 16715342. OLE color: 16715342.
HSL color Cylindrical-coordinate representation of color #4E0EFF: hue angle of 255.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0EFF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 14 | 255 | - |
| CMYK | 0.69 | 0.95 | 0 | 0 |
| HSL | 255.93º | 1% | 0.53% | - |
| HSV(B) | 255.93º | 0.95% | 1% | - |
| XYZ | 21.35 | 9.15 | 95.25 | - |
| YUV | 60.61 | 237.7 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 255 | 0.69 | 0.95 | 0 | 0 | 255.93 | 1 | 0.53 |
| Hex | 4E | E | FF | 45 | 5F | 0 | 0 | 100 | 64 | 35 |
| Octal | 116 | 16 | 377 | 105 | 137 | 0 | 0 | 400 | 144 | 65 |
| Binary | 1001110 | 1110 | 11111111 | 1000101 | 1011111 | 0 | 0 | 100000000 | 1100100 | 110101 |
Color Harmonies of #4E0EFF
Complementary color
Monochromatic Colors of #4E0EFF
Black with #4E0EFF
Text Example
Text Example
White with #4E0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0EFF; }
p { color: rgb(78,14,255); }
H1.HeaderClassName
{
color: #4E0EFF;
}
.AnyTagClassName
{
color: #4E0EFF;
}
</style>
background-color css
<style>
a { background-color: #4E0EFF; }
a { background-color: rgb(78,14,255); }
div.DivClassName
{
background-color: #4E0EFF;
}
.BgClassName
{
background-color: #4E0EFF;
}
</style>
border-color css
<style>
span { border-color: #4E0EFF; }
span { border-color: rgb(78,14,255); }
td.TdClassName
{
border-color: #4E0EFF;
}
.TagClassName
{
border-color: #4E0EFF;
}
</style>