Shades of Han Purple #4E0FFE
Tints of Han Purple #4E0FFE
RGB
CMYK
RGB Variations
Color information
#4E0FFE (or 0x4E0FFE) is known color: Han Purple. HEX triplet: 4E, 0F and FE. RGB value is (78,15,254). Sum of RGB (Red+Green+Blue) = 78+15+254=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0FFE is #B1F001. Grayscale: #3C3C3C. Windows color (decimal): -11661314 or 16650062. OLE color: 16650062.
HSL color Cylindrical-coordinate representation of color #4E0FFE: hue angle of 255.82º 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 #4E0FFE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 15 | 254 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.00 |
| HSL | 255.82º | 0.99% | 0.53% | - |
| HSV(B) | 255.82º | 0.94% | 1% | - |
| XYZ | 21.2 | 9.12 | 94.41 | - |
| YUV | 61.08 | 236.87 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 254 | 0.69 | 0.94 | 0 | 0.00 | 255.82 | 0.99 | 0.53 |
| Hex | 4E | F | FE | 45 | 5E | 0 | 0 | 100 | 63 | 35 |
| Octal | 116 | 17 | 376 | 105 | 136 | 0 | 0 | 400 | 143 | 65 |
| Binary | 1001110 | 1111 | 11111110 | 1000101 | 1011110 | 0 | 0 | 100000000 | 1100011 | 110101 |
Color Harmonies of #4E0FFE
Complementary color
Monochromatic Colors of #4E0FFE
Black with #4E0FFE
Text Example
Text Example
White with #4E0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0FFE; }
p { color: rgb(78,15,254); }
H1.HeaderClassName
{
color: #4E0FFE;
}
.AnyTagClassName
{
color: #4E0FFE;
}
</style>
background-color css
<style>
a { background-color: #4E0FFE; }
a { background-color: rgb(78,15,254); }
div.DivClassName
{
background-color: #4E0FFE;
}
.BgClassName
{
background-color: #4E0FFE;
}
</style>
border-color css
<style>
span { border-color: #4E0FFE; }
span { border-color: rgb(78,15,254); }
td.TdClassName
{
border-color: #4E0FFE;
}
.TagClassName
{
border-color: #4E0FFE;
}
</style>