Shades of Han Purple #4E29DC
Tints of Han Purple #4E29DC
RGB
CMYK
RGB Variations
Color information
#4E29DC (or 0x4E29DC) is known color: Han Purple. HEX triplet: 4E, 29 and DC. RGB value is (78,41,220). Sum of RGB (Red+Green+Blue) = 78+41+220=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E29DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E29DC is #B1D623. Grayscale: #474747. Windows color (decimal): -11654692 or 14428494. OLE color: 14428494.
HSL color Cylindrical-coordinate representation of color #4E29DC: hue angle of 252.4º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E29DC is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 41 | 220 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.14 |
| HSL | 252.4º | 0.72% | 0.51% | - |
| HSV(B) | 252.4º | 0.81% | 0.86% | - |
| XYZ | 16.85 | 8.37 | 68.44 | - |
| YUV | 72.47 | 211.26 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 220 | 0.65 | 0.81 | 0 | 0.14 | 252.4 | 0.72 | 0.51 |
| Hex | 4E | 29 | DC | 41 | 51 | 0 | E | FC | 48 | 33 |
| Octal | 116 | 51 | 334 | 101 | 121 | 0 | 16 | 374 | 110 | 63 |
| Binary | 1001110 | 101001 | 11011100 | 1000001 | 1010001 | 0 | 1110 | 11111100 | 1001000 | 110011 |
Color Harmonies of #4E29DC
Complementary color
Monochromatic Colors of #4E29DC
Black with #4E29DC
Text Example
Text Example
White with #4E29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E29DC; }
p { color: rgb(78,41,220); }
H1.HeaderClassName
{
color: #4E29DC;
}
.AnyTagClassName
{
color: #4E29DC;
}
</style>
background-color css
<style>
a { background-color: #4E29DC; }
a { background-color: rgb(78,41,220); }
div.DivClassName
{
background-color: #4E29DC;
}
.BgClassName
{
background-color: #4E29DC;
}
</style>
border-color css
<style>
span { border-color: #4E29DC; }
span { border-color: rgb(78,41,220); }
td.TdClassName
{
border-color: #4E29DC;
}
.TagClassName
{
border-color: #4E29DC;
}
</style>