Shades of Han Purple #4E10F1
Tints of Han Purple #4E10F1
RGB
CMYK
RGB Variations
Color information
#4E10F1 (or 0x4E10F1) is known color: Han Purple. HEX triplet: 4E, 10 and F1. RGB value is (78,16,241). Sum of RGB (Red+Green+Blue) = 78+16+241=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #4E10F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E10F1 is #B1EF0E. Grayscale: #3B3B3B. Windows color (decimal): -11661071 or 15798350. OLE color: 15798350.
HSL color Cylindrical-coordinate representation of color #4E10F1: hue angle of 256.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E10F1 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 16 | 241 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.05 |
| HSL | 256.53º | 0.89% | 0.5% | - |
| HSV(B) | 256.53º | 0.93% | 0.95% | - |
| XYZ | 19.2 | 8.34 | 83.82 | - |
| YUV | 60.19 | 230.04 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 241 | 0.68 | 0.93 | 0 | 0.05 | 256.53 | 0.89 | 0.5 |
| Hex | 4E | 10 | F1 | 44 | 5D | 0 | 5 | 101 | 59 | 32 |
| Octal | 116 | 20 | 361 | 104 | 135 | 0 | 5 | 401 | 131 | 62 |
| Binary | 1001110 | 10000 | 11110001 | 1000100 | 1011101 | 0 | 101 | 100000001 | 1011001 | 110010 |
Color Harmonies of #4E10F1
Complementary color
Monochromatic Colors of #4E10F1
Black with #4E10F1
Text Example
Text Example
White with #4E10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E10F1; }
p { color: rgb(78,16,241); }
H1.HeaderClassName
{
color: #4E10F1;
}
.AnyTagClassName
{
color: #4E10F1;
}
</style>
background-color css
<style>
a { background-color: #4E10F1; }
a { background-color: rgb(78,16,241); }
div.DivClassName
{
background-color: #4E10F1;
}
.BgClassName
{
background-color: #4E10F1;
}
</style>
border-color css
<style>
span { border-color: #4E10F1; }
span { border-color: rgb(78,16,241); }
td.TdClassName
{
border-color: #4E10F1;
}
.TagClassName
{
border-color: #4E10F1;
}
</style>