Shades of Han Purple #5721EC
Tints of Han Purple #5721EC
RGB
CMYK
RGB Variations
Color information
#5721EC (or 0x5721EC) is known color: Han Purple. HEX triplet: 57, 21 and EC. RGB value is (87,33,236). Sum of RGB (Red+Green+Blue) = 87+33+236=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 33 (13.28% from 255 or 9.27% 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 #5721EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5721EC is #A8DE13. Grayscale: #474747. Windows color (decimal): -11066900 or 15475031. OLE color: 15475031.
HSL color Cylindrical-coordinate representation of color #5721EC: hue angle of 255.96º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5721EC is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 33 | 236 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.07 |
| HSL | 255.96º | 0.84% | 0.53% | - |
| HSV(B) | 255.96º | 0.86% | 0.93% | - |
| XYZ | 19.61 | 9.17 | 80.09 | - |
| YUV | 72.29 | 220.39 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 236 | 0.63 | 0.86 | 0 | 0.07 | 255.96 | 0.84 | 0.53 |
| Hex | 57 | 21 | EC | 3F | 56 | 0 | 7 | 100 | 54 | 35 |
| Octal | 127 | 41 | 354 | 77 | 126 | 0 | 7 | 400 | 124 | 65 |
| Binary | 1010111 | 100001 | 11101100 | 111111 | 1010110 | 0 | 111 | 100000000 | 1010100 | 110101 |
Color Harmonies of #5721EC
Complementary color
Monochromatic Colors of #5721EC
Black with #5721EC
Text Example
Text Example
White with #5721EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721EC; }
p { color: rgb(87,33,236); }
H1.HeaderClassName
{
color: #5721EC;
}
.AnyTagClassName
{
color: #5721EC;
}
</style>
background-color css
<style>
a { background-color: #5721EC; }
a { background-color: rgb(87,33,236); }
div.DivClassName
{
background-color: #5721EC;
}
.BgClassName
{
background-color: #5721EC;
}
</style>
border-color css
<style>
span { border-color: #5721EC; }
span { border-color: rgb(87,33,236); }
td.TdClassName
{
border-color: #5721EC;
}
.TagClassName
{
border-color: #5721EC;
}
</style>