Shades of Han Purple #4E2BDB
Tints of Han Purple #4E2BDB
RGB
CMYK
RGB Variations
Color information
#4E2BDB (or 0x4E2BDB) is known color: Han Purple. HEX triplet: 4E, 2B and DB. RGB value is (78,43,219). Sum of RGB (Red+Green+Blue) = 78+43+219=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E2BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2BDB is #B1D424. Grayscale: #484848. Windows color (decimal): -11654181 or 14363470. OLE color: 14363470.
HSL color Cylindrical-coordinate representation of color #4E2BDB: hue angle of 251.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E2BDB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 43 | 219 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.14 |
| HSL | 251.93º | 0.71% | 0.51% | - |
| HSV(B) | 251.93º | 0.8% | 0.86% | - |
| XYZ | 16.79 | 8.46 | 67.77 | - |
| YUV | 73.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 219 | 0.64 | 0.80 | 0 | 0.14 | 251.93 | 0.71 | 0.51 |
| Hex | 4E | 2B | DB | 40 | 50 | 0 | E | FC | 47 | 33 |
| Octal | 116 | 53 | 333 | 100 | 120 | 0 | 16 | 374 | 107 | 63 |
| Binary | 1001110 | 101011 | 11011011 | 1000000 | 1010000 | 0 | 1110 | 11111100 | 1000111 | 110011 |
Color Harmonies of #4E2BDB
Complementary color
Monochromatic Colors of #4E2BDB
Black with #4E2BDB
Text Example
Text Example
White with #4E2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2BDB; }
p { color: rgb(78,43,219); }
H1.HeaderClassName
{
color: #4E2BDB;
}
.AnyTagClassName
{
color: #4E2BDB;
}
</style>
background-color css
<style>
a { background-color: #4E2BDB; }
a { background-color: rgb(78,43,219); }
div.DivClassName
{
background-color: #4E2BDB;
}
.BgClassName
{
background-color: #4E2BDB;
}
</style>
border-color css
<style>
span { border-color: #4E2BDB; }
span { border-color: rgb(78,43,219); }
td.TdClassName
{
border-color: #4E2BDB;
}
.TagClassName
{
border-color: #4E2BDB;
}
</style>