Shades of Han Purple #4E15DB
Tints of Han Purple #4E15DB
RGB
CMYK
RGB Variations
Color information
#4E15DB (or 0x4E15DB) is known color: Han Purple. HEX triplet: 4E, 15 and DB. RGB value is (78,21,219). Sum of RGB (Red+Green+Blue) = 78+21+219=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E15DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E15DB is #B1EA24. Grayscale: #3B3B3B. Windows color (decimal): -11659813 or 14357838. OLE color: 14357838.
HSL color Cylindrical-coordinate representation of color #4E15DB: hue angle of 257.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E15DB is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 21 | 219 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.14 |
| HSL | 257.27º | 0.83% | 0.47% | - |
| HSV(B) | 257.27º | 0.9% | 0.86% | - |
| XYZ | 16.2 | 7.27 | 67.57 | - |
| YUV | 60.62 | 217.38 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 219 | 0.64 | 0.90 | 0 | 0.14 | 257.27 | 0.83 | 0.47 |
| Hex | 4E | 15 | DB | 40 | 5A | 0 | E | 101 | 52 | 2F |
| Octal | 116 | 25 | 333 | 100 | 132 | 0 | 16 | 401 | 122 | 57 |
| Binary | 1001110 | 10101 | 11011011 | 1000000 | 1011010 | 0 | 1110 | 100000001 | 1010010 | 101111 |
Color Harmonies of #4E15DB
Complementary color
Monochromatic Colors of #4E15DB
Black with #4E15DB
Text Example
Text Example
White with #4E15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E15DB; }
p { color: rgb(78,21,219); }
H1.HeaderClassName
{
color: #4E15DB;
}
.AnyTagClassName
{
color: #4E15DB;
}
</style>
background-color css
<style>
a { background-color: #4E15DB; }
a { background-color: rgb(78,21,219); }
div.DivClassName
{
background-color: #4E15DB;
}
.BgClassName
{
background-color: #4E15DB;
}
</style>
border-color css
<style>
span { border-color: #4E15DB; }
span { border-color: rgb(78,21,219); }
td.TdClassName
{
border-color: #4E15DB;
}
.TagClassName
{
border-color: #4E15DB;
}
</style>