Shades of Han Purple #4A24DF
Tints of Han Purple #4A24DF
RGB
CMYK
RGB Variations
Color information
#4A24DF (or 0x4A24DF) is known color: Han Purple. HEX triplet: 4A, 24 and DF. RGB value is (74,36,223). Sum of RGB (Red+Green+Blue) = 74+36+223=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A24DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A24DF is #B5DB20. Grayscale: #434343. Windows color (decimal): -11918113 or 14623818. OLE color: 14623818.
HSL color Cylindrical-coordinate representation of color #4A24DF: hue angle of 252.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A24DF is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 36 | 223 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.13 |
| HSL | 252.19º | 0.75% | 0.51% | - |
| HSV(B) | 252.19º | 0.84% | 0.87% | - |
| XYZ | 16.77 | 8.05 | 70.48 | - |
| YUV | 68.68 | 215.09 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 223 | 0.67 | 0.84 | 0 | 0.13 | 252.19 | 0.75 | 0.51 |
| Hex | 4A | 24 | DF | 43 | 54 | 0 | D | FC | 4B | 33 |
| Octal | 112 | 44 | 337 | 103 | 124 | 0 | 15 | 374 | 113 | 63 |
| Binary | 1001010 | 100100 | 11011111 | 1000011 | 1010100 | 0 | 1101 | 11111100 | 1001011 | 110011 |
Color Harmonies of #4A24DF
Complementary color
Monochromatic Colors of #4A24DF
Black with #4A24DF
Text Example
Text Example
White with #4A24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A24DF; }
p { color: rgb(74,36,223); }
H1.HeaderClassName
{
color: #4A24DF;
}
.AnyTagClassName
{
color: #4A24DF;
}
</style>
background-color css
<style>
a { background-color: #4A24DF; }
a { background-color: rgb(74,36,223); }
div.DivClassName
{
background-color: #4A24DF;
}
.BgClassName
{
background-color: #4A24DF;
}
</style>
border-color css
<style>
span { border-color: #4A24DF; }
span { border-color: rgb(74,36,223); }
td.TdClassName
{
border-color: #4A24DF;
}
.TagClassName
{
border-color: #4A24DF;
}
</style>