Shades of Han Purple #5721EB
Tints of Han Purple #5721EB
RGB
CMYK
RGB Variations
Color information
#5721EB (or 0x5721EB) is known color: Han Purple. HEX triplet: 57, 21 and EB. RGB value is (87,33,235). Sum of RGB (Red+Green+Blue) = 87+33+235=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #5721EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5721EB is #A8DE14. Grayscale: #474747. Windows color (decimal): -11066901 or 15409495. OLE color: 15409495.
HSL color Cylindrical-coordinate representation of color #5721EB: hue angle of 256.04º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5721EB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 33 | 235 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.08 |
| HSL | 256.04º | 0.83% | 0.53% | - |
| HSV(B) | 256.04º | 0.86% | 0.92% | - |
| XYZ | 19.47 | 9.11 | 79.33 | - |
| YUV | 72.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 235 | 0.63 | 0.86 | 0 | 0.08 | 256.04 | 0.83 | 0.53 |
| Hex | 57 | 21 | EB | 3F | 56 | 0 | 8 | 100 | 53 | 35 |
| Octal | 127 | 41 | 353 | 77 | 126 | 0 | 10 | 400 | 123 | 65 |
| Binary | 1010111 | 100001 | 11101011 | 111111 | 1010110 | 0 | 1000 | 100000000 | 1010011 | 110101 |
Color Harmonies of #5721EB
Complementary color
Monochromatic Colors of #5721EB
Black with #5721EB
Text Example
Text Example
White with #5721EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721EB; }
p { color: rgb(87,33,235); }
H1.HeaderClassName
{
color: #5721EB;
}
.AnyTagClassName
{
color: #5721EB;
}
</style>
background-color css
<style>
a { background-color: #5721EB; }
a { background-color: rgb(87,33,235); }
div.DivClassName
{
background-color: #5721EB;
}
.BgClassName
{
background-color: #5721EB;
}
</style>
border-color css
<style>
span { border-color: #5721EB; }
span { border-color: rgb(87,33,235); }
td.TdClassName
{
border-color: #5721EB;
}
.TagClassName
{
border-color: #5721EB;
}
</style>