Shades of Han Purple #5721DC
Tints of Han Purple #5721DC
RGB
CMYK
RGB Variations
Color information
#5721DC (or 0x5721DC) is known color: Han Purple. HEX triplet: 57, 21 and DC. RGB value is (87,33,220). Sum of RGB (Red+Green+Blue) = 87+33+220=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #5721DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5721DC is #A8DE23. Grayscale: #454545. Windows color (decimal): -11066916 or 14426455. OLE color: 14426455.
HSL color Cylindrical-coordinate representation of color #5721DC: hue angle of 257.33º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5721DC is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 33 | 220 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.14 |
| HSL | 257.33º | 0.74% | 0.5% | - |
| HSV(B) | 257.33º | 0.85% | 0.86% | - |
| XYZ | 17.39 | 8.28 | 68.39 | - |
| YUV | 70.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 220 | 0.60 | 0.85 | 0 | 0.14 | 257.33 | 0.74 | 0.5 |
| Hex | 57 | 21 | DC | 3C | 55 | 0 | E | 101 | 4A | 32 |
| Octal | 127 | 41 | 334 | 74 | 125 | 0 | 16 | 401 | 112 | 62 |
| Binary | 1010111 | 100001 | 11011100 | 111100 | 1010101 | 0 | 1110 | 100000001 | 1001010 | 110010 |
Color Harmonies of #5721DC
Complementary color
Monochromatic Colors of #5721DC
Black with #5721DC
Text Example
Text Example
White with #5721DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721DC; }
p { color: rgb(87,33,220); }
H1.HeaderClassName
{
color: #5721DC;
}
.AnyTagClassName
{
color: #5721DC;
}
</style>
background-color css
<style>
a { background-color: #5721DC; }
a { background-color: rgb(87,33,220); }
div.DivClassName
{
background-color: #5721DC;
}
.BgClassName
{
background-color: #5721DC;
}
</style>
border-color css
<style>
span { border-color: #5721DC; }
span { border-color: rgb(87,33,220); }
td.TdClassName
{
border-color: #5721DC;
}
.TagClassName
{
border-color: #5721DC;
}
</style>