Shades of Han Purple #4E0ADD
Tints of Han Purple #4E0ADD
RGB
CMYK
RGB Variations
Color information
#4E0ADD (or 0x4E0ADD) is known color: Han Purple. HEX triplet: 4E, 0A and DD. RGB value is (78,10,221). Sum of RGB (Red+Green+Blue) = 78+10+221=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E0ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0ADD is #B1F522. Grayscale: #353535. Windows color (decimal): -11662627 or 14486094. OLE color: 14486094.
HSL color Cylindrical-coordinate representation of color #4E0ADD: hue angle of 259.34º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0ADD is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 10 | 221 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.13 |
| HSL | 259.34º | 0.91% | 0.45% | - |
| HSV(B) | 259.34º | 0.95% | 0.87% | - |
| XYZ | 16.3 | 7.06 | 68.91 | - |
| YUV | 54.39 | 222.03 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 221 | 0.65 | 0.95 | 0 | 0.13 | 259.34 | 0.91 | 0.45 |
| Hex | 4E | A | DD | 41 | 5F | 0 | D | 103 | 5B | 2D |
| Octal | 116 | 12 | 335 | 101 | 137 | 0 | 15 | 403 | 133 | 55 |
| Binary | 1001110 | 1010 | 11011101 | 1000001 | 1011111 | 0 | 1101 | 100000011 | 1011011 | 101101 |
Color Harmonies of #4E0ADD
Complementary color
Monochromatic Colors of #4E0ADD
Black with #4E0ADD
Text Example
Text Example
White with #4E0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0ADD; }
p { color: rgb(78,10,221); }
H1.HeaderClassName
{
color: #4E0ADD;
}
.AnyTagClassName
{
color: #4E0ADD;
}
</style>
background-color css
<style>
a { background-color: #4E0ADD; }
a { background-color: rgb(78,10,221); }
div.DivClassName
{
background-color: #4E0ADD;
}
.BgClassName
{
background-color: #4E0ADD;
}
</style>
border-color css
<style>
span { border-color: #4E0ADD; }
span { border-color: rgb(78,10,221); }
td.TdClassName
{
border-color: #4E0ADD;
}
.TagClassName
{
border-color: #4E0ADD;
}
</style>