Shades of Han Purple #4E14DB
Tints of Han Purple #4E14DB
RGB
CMYK
RGB Variations
Color information
#4E14DB (or 0x4E14DB) is known color: Han Purple. HEX triplet: 4E, 14 and DB. RGB value is (78,20,219). Sum of RGB (Red+Green+Blue) = 78+20+219=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E14DB is #B1EB24. Grayscale: #3B3B3B. Windows color (decimal): -11660069 or 14357582. OLE color: 14357582.
HSL color Cylindrical-coordinate representation of color #4E14DB: hue angle of 257.49º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E14DB is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 20 | 219 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.14 |
| HSL | 257.49º | 0.83% | 0.47% | - |
| HSV(B) | 257.49º | 0.91% | 0.86% | - |
| XYZ | 16.18 | 7.23 | 67.56 | - |
| YUV | 60.03 | 217.72 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 219 | 0.64 | 0.91 | 0 | 0.14 | 257.49 | 0.83 | 0.47 |
| Hex | 4E | 14 | DB | 40 | 5B | 0 | E | 101 | 53 | 2F |
| Octal | 116 | 24 | 333 | 100 | 133 | 0 | 16 | 401 | 123 | 57 |
| Binary | 1001110 | 10100 | 11011011 | 1000000 | 1011011 | 0 | 1110 | 100000001 | 1010011 | 101111 |
Color Harmonies of #4E14DB
Complementary color
Monochromatic Colors of #4E14DB
Black with #4E14DB
Text Example
Text Example
White with #4E14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E14DB; }
p { color: rgb(78,20,219); }
H1.HeaderClassName
{
color: #4E14DB;
}
.AnyTagClassName
{
color: #4E14DB;
}
</style>
background-color css
<style>
a { background-color: #4E14DB; }
a { background-color: rgb(78,20,219); }
div.DivClassName
{
background-color: #4E14DB;
}
.BgClassName
{
background-color: #4E14DB;
}
</style>
border-color css
<style>
span { border-color: #4E14DB; }
span { border-color: rgb(78,20,219); }
td.TdClassName
{
border-color: #4E14DB;
}
.TagClassName
{
border-color: #4E14DB;
}
</style>