Shades of Han Purple #4E2CDB
Tints of Han Purple #4E2CDB
RGB
CMYK
RGB Variations
Color information
#4E2CDB (or 0x4E2CDB) is known color: Han Purple. HEX triplet: 4E, 2C and DB. RGB value is (78,44,219). Sum of RGB (Red+Green+Blue) = 78+44+219=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E2CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2CDB is #B1D324. Grayscale: #494949. Windows color (decimal): -11653925 or 14363726. OLE color: 14363726.
HSL color Cylindrical-coordinate representation of color #4E2CDB: hue angle of 251.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E2CDB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 44 | 219 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.14 |
| HSL | 251.66º | 0.71% | 0.52% | - |
| HSV(B) | 251.66º | 0.8% | 0.86% | - |
| XYZ | 16.83 | 8.54 | 67.78 | - |
| YUV | 74.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 219 | 0.64 | 0.80 | 0 | 0.14 | 251.66 | 0.71 | 0.52 |
| Hex | 4E | 2C | DB | 40 | 50 | 0 | E | FC | 47 | 34 |
| Octal | 116 | 54 | 333 | 100 | 120 | 0 | 16 | 374 | 107 | 64 |
| Binary | 1001110 | 101100 | 11011011 | 1000000 | 1010000 | 0 | 1110 | 11111100 | 1000111 | 110100 |
Color Harmonies of #4E2CDB
Complementary color
Monochromatic Colors of #4E2CDB
Black with #4E2CDB
Text Example
Text Example
White with #4E2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2CDB; }
p { color: rgb(78,44,219); }
H1.HeaderClassName
{
color: #4E2CDB;
}
.AnyTagClassName
{
color: #4E2CDB;
}
</style>
background-color css
<style>
a { background-color: #4E2CDB; }
a { background-color: rgb(78,44,219); }
div.DivClassName
{
background-color: #4E2CDB;
}
.BgClassName
{
background-color: #4E2CDB;
}
</style>
border-color css
<style>
span { border-color: #4E2CDB; }
span { border-color: rgb(78,44,219); }
td.TdClassName
{
border-color: #4E2CDB;
}
.TagClassName
{
border-color: #4E2CDB;
}
</style>