Shades of Han Purple #4A24DC
Tints of Han Purple #4A24DC
RGB
CMYK
RGB Variations
Color information
#4A24DC (or 0x4A24DC) is known color: Han Purple. HEX triplet: 4A, 24 and DC. RGB value is (74,36,220). Sum of RGB (Red+Green+Blue) = 74+36+220=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A24DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A24DC is #B5DB23. Grayscale: #434343. Windows color (decimal): -11918116 or 14427210. OLE color: 14427210.
HSL color Cylindrical-coordinate representation of color #4A24DC: hue angle of 252.39º 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 #4A24DC is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 36 | 220 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.14 |
| HSL | 252.39º | 0.72% | 0.5% | - |
| HSV(B) | 252.39º | 0.84% | 0.86% | - |
| XYZ | 16.37 | 7.88 | 68.37 | - |
| YUV | 68.34 | 213.59 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 220 | 0.66 | 0.84 | 0 | 0.14 | 252.39 | 0.72 | 0.5 |
| Hex | 4A | 24 | DC | 42 | 54 | 0 | E | FC | 48 | 32 |
| Octal | 112 | 44 | 334 | 102 | 124 | 0 | 16 | 374 | 110 | 62 |
| Binary | 1001010 | 100100 | 11011100 | 1000010 | 1010100 | 0 | 1110 | 11111100 | 1001000 | 110010 |
Color Harmonies of #4A24DC
Complementary color
Monochromatic Colors of #4A24DC
Black with #4A24DC
Text Example
Text Example
White with #4A24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A24DC; }
p { color: rgb(74,36,220); }
H1.HeaderClassName
{
color: #4A24DC;
}
.AnyTagClassName
{
color: #4A24DC;
}
</style>
background-color css
<style>
a { background-color: #4A24DC; }
a { background-color: rgb(74,36,220); }
div.DivClassName
{
background-color: #4A24DC;
}
.BgClassName
{
background-color: #4A24DC;
}
</style>
border-color css
<style>
span { border-color: #4A24DC; }
span { border-color: rgb(74,36,220); }
td.TdClassName
{
border-color: #4A24DC;
}
.TagClassName
{
border-color: #4A24DC;
}
</style>