Shades of Han Purple #4E0EFE
Tints of Han Purple #4E0EFE
RGB
CMYK
RGB Variations
Color information
#4E0EFE (or 0x4E0EFE) is known color: Han Purple. HEX triplet: 4E, 0E and FE. RGB value is (78,14,254). Sum of RGB (Red+Green+Blue) = 78+14+254=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E0EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0EFE is #B1F101. Grayscale: #3B3B3B. Windows color (decimal): -11661570 or 16649806. OLE color: 16649806.
HSL color Cylindrical-coordinate representation of color #4E0EFE: hue angle of 256º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0EFE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 14 | 254 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.00 |
| HSL | 256º | 0.99% | 0.53% | - |
| HSV(B) | 256º | 0.94% | 1% | - |
| XYZ | 21.19 | 9.09 | 94.4 | - |
| YUV | 60.5 | 237.2 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 254 | 0.69 | 0.94 | 0 | 0.00 | 256 | 0.99 | 0.53 |
| Hex | 4E | E | FE | 45 | 5E | 0 | 0 | 100 | 63 | 35 |
| Octal | 116 | 16 | 376 | 105 | 136 | 0 | 0 | 400 | 143 | 65 |
| Binary | 1001110 | 1110 | 11111110 | 1000101 | 1011110 | 0 | 0 | 100000000 | 1100011 | 110101 |
Color Harmonies of #4E0EFE
Complementary color
Monochromatic Colors of #4E0EFE
Black with #4E0EFE
Text Example
Text Example
White with #4E0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0EFE; }
p { color: rgb(78,14,254); }
H1.HeaderClassName
{
color: #4E0EFE;
}
.AnyTagClassName
{
color: #4E0EFE;
}
</style>
background-color css
<style>
a { background-color: #4E0EFE; }
a { background-color: rgb(78,14,254); }
div.DivClassName
{
background-color: #4E0EFE;
}
.BgClassName
{
background-color: #4E0EFE;
}
</style>
border-color css
<style>
span { border-color: #4E0EFE; }
span { border-color: rgb(78,14,254); }
td.TdClassName
{
border-color: #4E0EFE;
}
.TagClassName
{
border-color: #4E0EFE;
}
</style>