Shades of Han Purple #4E10DA
Tints of Han Purple #4E10DA
RGB
CMYK
RGB Variations
Color information
#4E10DA (or 0x4E10DA) is known color: Han Purple. HEX triplet: 4E, 10 and DA. RGB value is (78,16,218). Sum of RGB (Red+Green+Blue) = 78+16+218=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E10DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10DA is #B1EF25. Grayscale: #383838. Windows color (decimal): -11661094 or 14291022. OLE color: 14291022.
HSL color Cylindrical-coordinate representation of color #4E10DA: hue angle of 258.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E10DA is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 16 | 218 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.15 |
| HSL | 258.42º | 0.86% | 0.46% | - |
| HSV(B) | 258.42º | 0.93% | 0.85% | - |
| XYZ | 15.98 | 7.05 | 66.85 | - |
| YUV | 57.57 | 218.54 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 218 | 0.64 | 0.93 | 0 | 0.15 | 258.42 | 0.86 | 0.46 |
| Hex | 4E | 10 | DA | 40 | 5D | 0 | F | 102 | 56 | 2E |
| Octal | 116 | 20 | 332 | 100 | 135 | 0 | 17 | 402 | 126 | 56 |
| Binary | 1001110 | 10000 | 11011010 | 1000000 | 1011101 | 0 | 1111 | 100000010 | 1010110 | 101110 |
Color Harmonies of #4E10DA
Complementary color
Monochromatic Colors of #4E10DA
Black with #4E10DA
Text Example
Text Example
White with #4E10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E10DA; }
p { color: rgb(78,16,218); }
H1.HeaderClassName
{
color: #4E10DA;
}
.AnyTagClassName
{
color: #4E10DA;
}
</style>
background-color css
<style>
a { background-color: #4E10DA; }
a { background-color: rgb(78,16,218); }
div.DivClassName
{
background-color: #4E10DA;
}
.BgClassName
{
background-color: #4E10DA;
}
</style>
border-color css
<style>
span { border-color: #4E10DA; }
span { border-color: rgb(78,16,218); }
td.TdClassName
{
border-color: #4E10DA;
}
.TagClassName
{
border-color: #4E10DA;
}
</style>