Shades of Han Purple #4E1EFF
Tints of Han Purple #4E1EFF
RGB
CMYK
RGB Variations
Color information
#4E1EFF (or 0x4E1EFF) is known color: Han Purple. HEX triplet: 4E, 1E and FF. RGB value is (78,30,255). Sum of RGB (Red+Green+Blue) = 78+30+255=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1EFF is #B1E100. Grayscale: #454545. Windows color (decimal): -11657473 or 16719438. OLE color: 16719438.
HSL color Cylindrical-coordinate representation of color #4E1EFF: hue angle of 252.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1EFF is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 30 | 255 | - |
| CMYK | 0.69 | 0.88 | 0 | 0 |
| HSL | 252.8º | 1% | 0.56% | - |
| HSV(B) | 252.8º | 0.88% | 1% | - |
| XYZ | 21.66 | 9.77 | 95.35 | - |
| YUV | 70 | 232.4 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 255 | 0.69 | 0.88 | 0 | 0 | 252.8 | 1 | 0.56 |
| Hex | 4E | 1E | FF | 45 | 58 | 0 | 0 | FD | 64 | 38 |
| Octal | 116 | 36 | 377 | 105 | 130 | 0 | 0 | 375 | 144 | 70 |
| Binary | 1001110 | 11110 | 11111111 | 1000101 | 1011000 | 0 | 0 | 11111101 | 1100100 | 111000 |
Color Harmonies of #4E1EFF
Complementary color
Monochromatic Colors of #4E1EFF
Black with #4E1EFF
Text Example
Text Example
White with #4E1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1EFF; }
p { color: rgb(78,30,255); }
H1.HeaderClassName
{
color: #4E1EFF;
}
.AnyTagClassName
{
color: #4E1EFF;
}
</style>
background-color css
<style>
a { background-color: #4E1EFF; }
a { background-color: rgb(78,30,255); }
div.DivClassName
{
background-color: #4E1EFF;
}
.BgClassName
{
background-color: #4E1EFF;
}
</style>
border-color css
<style>
span { border-color: #4E1EFF; }
span { border-color: rgb(78,30,255); }
td.TdClassName
{
border-color: #4E1EFF;
}
.TagClassName
{
border-color: #4E1EFF;
}
</style>