Shades of Han Purple #5721FF
Tints of Han Purple #5721FF
RGB
CMYK
RGB Variations
Color information
#5721FF (or 0x5721FF) is known color: Han Purple. HEX triplet: 57, 21 and FF. RGB value is (87,33,255). Sum of RGB (Red+Green+Blue) = 87+33+255=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #5721FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5721FF is #A8DE00. Grayscale: #494949. Windows color (decimal): -11066881 or 16720215. OLE color: 16720215.
HSL color Cylindrical-coordinate representation of color #5721FF: hue angle of 254.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5721FF is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 33 | 255 | - |
| CMYK | 0.66 | 0.87 | 0 | 0 |
| HSL | 254.59º | 1% | 0.56% | - |
| HSV(B) | 254.59º | 0.87% | 1% | - |
| XYZ | 22.52 | 10.33 | 95.42 | - |
| YUV | 74.45 | 229.89 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 255 | 0.66 | 0.87 | 0 | 0 | 254.59 | 1 | 0.56 |
| Hex | 57 | 21 | FF | 42 | 57 | 0 | 0 | FF | 64 | 38 |
| Octal | 127 | 41 | 377 | 102 | 127 | 0 | 0 | 377 | 144 | 70 |
| Binary | 1010111 | 100001 | 11111111 | 1000010 | 1010111 | 0 | 0 | 11111111 | 1100100 | 111000 |
Color Harmonies of #5721FF
Complementary color
Monochromatic Colors of #5721FF
Black with #5721FF
Text Example
Text Example
White with #5721FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721FF; }
p { color: rgb(87,33,255); }
H1.HeaderClassName
{
color: #5721FF;
}
.AnyTagClassName
{
color: #5721FF;
}
</style>
background-color css
<style>
a { background-color: #5721FF; }
a { background-color: rgb(87,33,255); }
div.DivClassName
{
background-color: #5721FF;
}
.BgClassName
{
background-color: #5721FF;
}
</style>
border-color css
<style>
span { border-color: #5721FF; }
span { border-color: rgb(87,33,255); }
td.TdClassName
{
border-color: #5721FF;
}
.TagClassName
{
border-color: #5721FF;
}
</style>