Shades of Han Purple #4E11F1
Tints of Han Purple #4E11F1
RGB
CMYK
RGB Variations
Color information
#4E11F1 (or 0x4E11F1) is known color: Han Purple. HEX triplet: 4E, 11 and F1. RGB value is (78,17,241). Sum of RGB (Red+Green+Blue) = 78+17+241=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #4E11F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E11F1 is #B1EE0E. Grayscale: #3B3B3B. Windows color (decimal): -11660815 or 15798606. OLE color: 15798606.
HSL color Cylindrical-coordinate representation of color #4E11F1: hue angle of 256.34º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E11F1 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 17 | 241 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.05 |
| HSL | 256.34º | 0.89% | 0.51% | - |
| HSV(B) | 256.34º | 0.93% | 0.95% | - |
| XYZ | 19.22 | 8.37 | 83.82 | - |
| YUV | 60.78 | 229.71 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 241 | 0.68 | 0.93 | 0 | 0.05 | 256.34 | 0.89 | 0.51 |
| Hex | 4E | 11 | F1 | 44 | 5D | 0 | 5 | 100 | 59 | 33 |
| Octal | 116 | 21 | 361 | 104 | 135 | 0 | 5 | 400 | 131 | 63 |
| Binary | 1001110 | 10001 | 11110001 | 1000100 | 1011101 | 0 | 101 | 100000000 | 1011001 | 110011 |
Color Harmonies of #4E11F1
Complementary color
Monochromatic Colors of #4E11F1
Black with #4E11F1
Text Example
Text Example
White with #4E11F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E11F1; }
p { color: rgb(78,17,241); }
H1.HeaderClassName
{
color: #4E11F1;
}
.AnyTagClassName
{
color: #4E11F1;
}
</style>
background-color css
<style>
a { background-color: #4E11F1; }
a { background-color: rgb(78,17,241); }
div.DivClassName
{
background-color: #4E11F1;
}
.BgClassName
{
background-color: #4E11F1;
}
</style>
border-color css
<style>
span { border-color: #4E11F1; }
span { border-color: rgb(78,17,241); }
td.TdClassName
{
border-color: #4E11F1;
}
.TagClassName
{
border-color: #4E11F1;
}
</style>