Shades of Han Purple #4E24DC
Tints of Han Purple #4E24DC
RGB
CMYK
RGB Variations
Color information
#4E24DC (or 0x4E24DC) is known color: Han Purple. HEX triplet: 4E, 24 and DC. RGB value is (78,36,220). Sum of RGB (Red+Green+Blue) = 78+36+220=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E24DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E24DC is #B1DB23. Grayscale: #444444. Windows color (decimal): -11655972 or 14427214. OLE color: 14427214.
HSL color Cylindrical-coordinate representation of color #4E24DC: hue angle of 253.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E24DC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 36 | 220 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.14 |
| HSL | 253.7º | 0.72% | 0.5% | - |
| HSV(B) | 253.7º | 0.84% | 0.86% | - |
| XYZ | 16.69 | 8.05 | 68.38 | - |
| YUV | 69.53 | 212.91 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 220 | 0.65 | 0.84 | 0 | 0.14 | 253.7 | 0.72 | 0.5 |
| Hex | 4E | 24 | DC | 41 | 54 | 0 | E | FE | 48 | 32 |
| Octal | 116 | 44 | 334 | 101 | 124 | 0 | 16 | 376 | 110 | 62 |
| Binary | 1001110 | 100100 | 11011100 | 1000001 | 1010100 | 0 | 1110 | 11111110 | 1001000 | 110010 |
Color Harmonies of #4E24DC
Complementary color
Monochromatic Colors of #4E24DC
Black with #4E24DC
Text Example
Text Example
White with #4E24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E24DC; }
p { color: rgb(78,36,220); }
H1.HeaderClassName
{
color: #4E24DC;
}
.AnyTagClassName
{
color: #4E24DC;
}
</style>
background-color css
<style>
a { background-color: #4E24DC; }
a { background-color: rgb(78,36,220); }
div.DivClassName
{
background-color: #4E24DC;
}
.BgClassName
{
background-color: #4E24DC;
}
</style>
border-color css
<style>
span { border-color: #4E24DC; }
span { border-color: rgb(78,36,220); }
td.TdClassName
{
border-color: #4E24DC;
}
.TagClassName
{
border-color: #4E24DC;
}
</style>