Shades of Han Purple #5424EC
Tints of Han Purple #5424EC
RGB
CMYK
RGB Variations
Color information
#5424EC (or 0x5424EC) is known color: Han Purple. HEX triplet: 54, 24 and EC. RGB value is (84,36,236). Sum of RGB (Red+Green+Blue) = 84+36+236=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #5424EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5424EC is #ABDB13. Grayscale: #484848. Windows color (decimal): -11262740 or 15475796. OLE color: 15475796.
HSL color Cylindrical-coordinate representation of color #5424EC: hue angle of 254.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5424EC is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 36 | 236 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.07 |
| HSL | 254.4º | 0.84% | 0.53% | - |
| HSV(B) | 254.4º | 0.85% | 0.93% | - |
| XYZ | 19.43 | 9.2 | 80.11 | - |
| YUV | 73.15 | 219.9 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 236 | 0.64 | 0.85 | 0 | 0.07 | 254.4 | 0.84 | 0.53 |
| Hex | 54 | 24 | EC | 40 | 55 | 0 | 7 | FE | 54 | 35 |
| Octal | 124 | 44 | 354 | 100 | 125 | 0 | 7 | 376 | 124 | 65 |
| Binary | 1010100 | 100100 | 11101100 | 1000000 | 1010101 | 0 | 111 | 11111110 | 1010100 | 110101 |
Color Harmonies of #5424EC
Complementary color
Monochromatic Colors of #5424EC
Black with #5424EC
Text Example
Text Example
White with #5424EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424EC; }
p { color: rgb(84,36,236); }
H1.HeaderClassName
{
color: #5424EC;
}
.AnyTagClassName
{
color: #5424EC;
}
</style>
background-color css
<style>
a { background-color: #5424EC; }
a { background-color: rgb(84,36,236); }
div.DivClassName
{
background-color: #5424EC;
}
.BgClassName
{
background-color: #5424EC;
}
</style>
border-color css
<style>
span { border-color: #5424EC; }
span { border-color: rgb(84,36,236); }
td.TdClassName
{
border-color: #5424EC;
}
.TagClassName
{
border-color: #5424EC;
}
</style>