Shades of Han Purple #4E0DDB
Tints of Han Purple #4E0DDB
RGB
CMYK
RGB Variations
Color information
#4E0DDB (or 0x4E0DDB) is known color: Han Purple. HEX triplet: 4E, 0D and DB. RGB value is (78,13,219). Sum of RGB (Red+Green+Blue) = 78+13+219=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0DDB is #B1F224. Grayscale: #373737. Windows color (decimal): -11661861 or 14355790. OLE color: 14355790.
HSL color Cylindrical-coordinate representation of color #4E0DDB: hue angle of 258.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0DDB is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 13 | 219 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.14 |
| HSL | 258.93º | 0.89% | 0.45% | - |
| HSV(B) | 258.93º | 0.94% | 0.86% | - |
| XYZ | 16.07 | 7.02 | 67.53 | - |
| YUV | 55.92 | 220.03 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 219 | 0.64 | 0.94 | 0 | 0.14 | 258.93 | 0.89 | 0.45 |
| Hex | 4E | D | DB | 40 | 5E | 0 | E | 103 | 59 | 2D |
| Octal | 116 | 15 | 333 | 100 | 136 | 0 | 16 | 403 | 131 | 55 |
| Binary | 1001110 | 1101 | 11011011 | 1000000 | 1011110 | 0 | 1110 | 100000011 | 1011001 | 101101 |
Color Harmonies of #4E0DDB
Complementary color
Monochromatic Colors of #4E0DDB
Black with #4E0DDB
Text Example
Text Example
White with #4E0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0DDB; }
p { color: rgb(78,13,219); }
H1.HeaderClassName
{
color: #4E0DDB;
}
.AnyTagClassName
{
color: #4E0DDB;
}
</style>
background-color css
<style>
a { background-color: #4E0DDB; }
a { background-color: rgb(78,13,219); }
div.DivClassName
{
background-color: #4E0DDB;
}
.BgClassName
{
background-color: #4E0DDB;
}
</style>
border-color css
<style>
span { border-color: #4E0DDB; }
span { border-color: rgb(78,13,219); }
td.TdClassName
{
border-color: #4E0DDB;
}
.TagClassName
{
border-color: #4E0DDB;
}
</style>