Shades of Han Purple #4824DC
Tints of Han Purple #4824DC
RGB
CMYK
RGB Variations
Color information
#4824DC (or 0x4824DC) is known color: Han Purple. HEX triplet: 48, 24 and DC. RGB value is (72,36,220). Sum of RGB (Red+Green+Blue) = 72+36+220=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #4824DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4824DC is #B7DB23. Grayscale: #434343. Windows color (decimal): -12049188 or 14427208. OLE color: 14427208.
HSL color Cylindrical-coordinate representation of color #4824DC: hue angle of 251.74º 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 #4824DC is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 36 | 220 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.14 |
| HSL | 251.74º | 0.72% | 0.5% | - |
| HSV(B) | 251.74º | 0.84% | 0.86% | - |
| XYZ | 16.22 | 7.81 | 68.36 | - |
| YUV | 67.74 | 213.93 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 220 | 0.67 | 0.84 | 0 | 0.14 | 251.74 | 0.72 | 0.5 |
| Hex | 48 | 24 | DC | 43 | 54 | 0 | E | FC | 48 | 32 |
| Octal | 110 | 44 | 334 | 103 | 124 | 0 | 16 | 374 | 110 | 62 |
| Binary | 1001000 | 100100 | 11011100 | 1000011 | 1010100 | 0 | 1110 | 11111100 | 1001000 | 110010 |
Color Harmonies of #4824DC
Complementary color
Monochromatic Colors of #4824DC
Black with #4824DC
Text Example
Text Example
White with #4824DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4824DC; }
p { color: rgb(72,36,220); }
H1.HeaderClassName
{
color: #4824DC;
}
.AnyTagClassName
{
color: #4824DC;
}
</style>
background-color css
<style>
a { background-color: #4824DC; }
a { background-color: rgb(72,36,220); }
div.DivClassName
{
background-color: #4824DC;
}
.BgClassName
{
background-color: #4824DC;
}
</style>
border-color css
<style>
span { border-color: #4824DC; }
span { border-color: rgb(72,36,220); }
td.TdClassName
{
border-color: #4824DC;
}
.TagClassName
{
border-color: #4824DC;
}
</style>