Shades of Han Purple #5724EC
Tints of Han Purple #5724EC
RGB
CMYK
RGB Variations
Color information
#5724EC (or 0x5724EC) is known color: Han Purple. HEX triplet: 57, 24 and EC. RGB value is (87,36,236). Sum of RGB (Red+Green+Blue) = 87+36+236=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #5724EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5724EC is #A8DB13. Grayscale: #494949. Windows color (decimal): -11066132 or 15475799. OLE color: 15475799.
HSL color Cylindrical-coordinate representation of color #5724EC: hue angle of 255.3º 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 #5724EC is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 36 | 236 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.07 |
| HSL | 255.3º | 0.84% | 0.53% | - |
| HSV(B) | 255.3º | 0.85% | 0.93% | - |
| XYZ | 19.7 | 9.34 | 80.12 | - |
| YUV | 74.05 | 219.4 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 236 | 0.63 | 0.85 | 0 | 0.07 | 255.3 | 0.84 | 0.53 |
| Hex | 57 | 24 | EC | 3F | 55 | 0 | 7 | FF | 54 | 35 |
| Octal | 127 | 44 | 354 | 77 | 125 | 0 | 7 | 377 | 124 | 65 |
| Binary | 1010111 | 100100 | 11101100 | 111111 | 1010101 | 0 | 111 | 11111111 | 1010100 | 110101 |
Color Harmonies of #5724EC
Complementary color
Monochromatic Colors of #5724EC
Black with #5724EC
Text Example
Text Example
White with #5724EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5724EC; }
p { color: rgb(87,36,236); }
H1.HeaderClassName
{
color: #5724EC;
}
.AnyTagClassName
{
color: #5724EC;
}
</style>
background-color css
<style>
a { background-color: #5724EC; }
a { background-color: rgb(87,36,236); }
div.DivClassName
{
background-color: #5724EC;
}
.BgClassName
{
background-color: #5724EC;
}
</style>
border-color css
<style>
span { border-color: #5724EC; }
span { border-color: rgb(87,36,236); }
td.TdClassName
{
border-color: #5724EC;
}
.TagClassName
{
border-color: #5724EC;
}
</style>