Shades of Han Purple #4E29DA
Tints of Han Purple #4E29DA
RGB
CMYK
RGB Variations
Color information
#4E29DA (or 0x4E29DA) is known color: Han Purple. HEX triplet: 4E, 29 and DA. RGB value is (78,41,218). Sum of RGB (Red+Green+Blue) = 78+41+218=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E29DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E29DA is #B1D625. Grayscale: #474747. Windows color (decimal): -11654694 or 14297422. OLE color: 14297422.
HSL color Cylindrical-coordinate representation of color #4E29DA: hue angle of 252.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E29DA is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 41 | 218 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.15 |
| HSL | 252.54º | 0.71% | 0.51% | - |
| HSV(B) | 252.54º | 0.81% | 0.85% | - |
| XYZ | 16.59 | 8.27 | 67.05 | - |
| YUV | 72.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 218 | 0.64 | 0.81 | 0 | 0.15 | 252.54 | 0.71 | 0.51 |
| Hex | 4E | 29 | DA | 40 | 51 | 0 | F | FD | 47 | 33 |
| Octal | 116 | 51 | 332 | 100 | 121 | 0 | 17 | 375 | 107 | 63 |
| Binary | 1001110 | 101001 | 11011010 | 1000000 | 1010001 | 0 | 1111 | 11111101 | 1000111 | 110011 |
Color Harmonies of #4E29DA
Complementary color
Monochromatic Colors of #4E29DA
Black with #4E29DA
Text Example
Text Example
White with #4E29DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E29DA; }
p { color: rgb(78,41,218); }
H1.HeaderClassName
{
color: #4E29DA;
}
.AnyTagClassName
{
color: #4E29DA;
}
</style>
background-color css
<style>
a { background-color: #4E29DA; }
a { background-color: rgb(78,41,218); }
div.DivClassName
{
background-color: #4E29DA;
}
.BgClassName
{
background-color: #4E29DA;
}
</style>
border-color css
<style>
span { border-color: #4E29DA; }
span { border-color: rgb(78,41,218); }
td.TdClassName
{
border-color: #4E29DA;
}
.TagClassName
{
border-color: #4E29DA;
}
</style>