Shades of Han Purple #4A24E5
Tints of Han Purple #4A24E5
RGB
CMYK
RGB Variations
Color information
#4A24E5 (or 0x4A24E5) is known color: Han Purple. HEX triplet: 4A, 24 and E5. RGB value is (74,36,229). Sum of RGB (Red+Green+Blue) = 74+36+229=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #4A24E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A24E5 is #B5DB1A. Grayscale: #444444. Windows color (decimal): -11918107 or 15017034. OLE color: 15017034.
HSL color Cylindrical-coordinate representation of color #4A24E5: hue angle of 251.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A24E5 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 36 | 229 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.10 |
| HSL | 251.81º | 0.79% | 0.52% | - |
| HSV(B) | 251.81º | 0.84% | 0.9% | - |
| XYZ | 17.6 | 8.37 | 74.82 | - |
| YUV | 69.36 | 218.09 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 229 | 0.68 | 0.84 | 0 | 0.10 | 251.81 | 0.79 | 0.52 |
| Hex | 4A | 24 | E5 | 44 | 54 | 0 | A | FC | 4F | 34 |
| Octal | 112 | 44 | 345 | 104 | 124 | 0 | 12 | 374 | 117 | 64 |
| Binary | 1001010 | 100100 | 11100101 | 1000100 | 1010100 | 0 | 1010 | 11111100 | 1001111 | 110100 |
Color Harmonies of #4A24E5
Complementary color
Monochromatic Colors of #4A24E5
Black with #4A24E5
Text Example
Text Example
White with #4A24E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A24E5; }
p { color: rgb(74,36,229); }
H1.HeaderClassName
{
color: #4A24E5;
}
.AnyTagClassName
{
color: #4A24E5;
}
</style>
background-color css
<style>
a { background-color: #4A24E5; }
a { background-color: rgb(74,36,229); }
div.DivClassName
{
background-color: #4A24E5;
}
.BgClassName
{
background-color: #4A24E5;
}
</style>
border-color css
<style>
span { border-color: #4A24E5; }
span { border-color: rgb(74,36,229); }
td.TdClassName
{
border-color: #4A24E5;
}
.TagClassName
{
border-color: #4A24E5;
}
</style>