Shades of Han Purple #4E01E8
Tints of Han Purple #4E01E8
RGB
CMYK
RGB Variations
Color information
#4E01E8 (or 0x4E01E8) is known color: Han Purple. HEX triplet: 4E, 01 and E8. RGB value is (78,1,232). Sum of RGB (Red+Green+Blue) = 78+1+232=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 232 (91.02% from 255 or 74.60% from 311); Max value from RGB is 232 - color contains mainly: blue. Hex color #4E01E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E01E8 is #B1FE17. Grayscale: #313131. Windows color (decimal): -11664920 or 15204686. OLE color: 15204686.
HSL color Cylindrical-coordinate representation of color #4E01E8: hue angle of 260º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E01E8 is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 1 | 232 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.09 |
| HSL | 260º | 0.99% | 0.46% | - |
| HSV(B) | 260º | 1% | 0.91% | - |
| XYZ | 17.72 | 7.47 | 76.85 | - |
| YUV | 50.36 | 230.51 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 232 | 0.66 | 1.00 | 0 | 0.09 | 260 | 0.99 | 0.46 |
| Hex | 4E | 1 | E8 | 42 | 64 | 0 | 9 | 104 | 63 | 2E |
| Octal | 116 | 1 | 350 | 102 | 144 | 0 | 11 | 404 | 143 | 56 |
| Binary | 1001110 | 1 | 11101000 | 1000010 | 1100100 | 0 | 1001 | 100000100 | 1100011 | 101110 |
Color Harmonies of #4E01E8
Complementary color
Monochromatic Colors of #4E01E8
Black with #4E01E8
Text Example
Text Example
White with #4E01E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E01E8; }
p { color: rgb(78,1,232); }
H1.HeaderClassName
{
color: #4E01E8;
}
.AnyTagClassName
{
color: #4E01E8;
}
</style>
background-color css
<style>
a { background-color: #4E01E8; }
a { background-color: rgb(78,1,232); }
div.DivClassName
{
background-color: #4E01E8;
}
.BgClassName
{
background-color: #4E01E8;
}
</style>
border-color css
<style>
span { border-color: #4E01E8; }
span { border-color: rgb(78,1,232); }
td.TdClassName
{
border-color: #4E01E8;
}
.TagClassName
{
border-color: #4E01E8;
}
</style>