Shades of Han Purple #4E04FE
Tints of Han Purple #4E04FE
RGB
CMYK
RGB Variations
Color information
#4E04FE (or 0x4E04FE) is known color: Han Purple. HEX triplet: 4E, 04 and FE. RGB value is (78,4,254). Sum of RGB (Red+Green+Blue) = 78+4+254=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E04FE is #B1FB01. Grayscale: #353535. Windows color (decimal): -11664130 or 16647246. OLE color: 16647246.
HSL color Cylindrical-coordinate representation of color #4E04FE: hue angle of 257.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E04FE is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 4 | 254 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.00 |
| HSL | 257.76º | 0.99% | 0.51% | - |
| HSV(B) | 257.76º | 0.98% | 1% | - |
| XYZ | 21.07 | 8.86 | 94.37 | - |
| YUV | 54.63 | 240.52 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 254 | 0.69 | 0.98 | 0 | 0.00 | 257.76 | 0.99 | 0.51 |
| Hex | 4E | 4 | FE | 45 | 62 | 0 | 0 | 102 | 63 | 33 |
| Octal | 116 | 4 | 376 | 105 | 142 | 0 | 0 | 402 | 143 | 63 |
| Binary | 1001110 | 100 | 11111110 | 1000101 | 1100010 | 0 | 0 | 100000010 | 1100011 | 110011 |
Color Harmonies of #4E04FE
Complementary color
Monochromatic Colors of #4E04FE
Black with #4E04FE
Text Example
Text Example
White with #4E04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E04FE; }
p { color: rgb(78,4,254); }
H1.HeaderClassName
{
color: #4E04FE;
}
.AnyTagClassName
{
color: #4E04FE;
}
</style>
background-color css
<style>
a { background-color: #4E04FE; }
a { background-color: rgb(78,4,254); }
div.DivClassName
{
background-color: #4E04FE;
}
.BgClassName
{
background-color: #4E04FE;
}
</style>
border-color css
<style>
span { border-color: #4E04FE; }
span { border-color: rgb(78,4,254); }
td.TdClassName
{
border-color: #4E04FE;
}
.TagClassName
{
border-color: #4E04FE;
}
</style>