Shades of Han Purple #5721FE
Tints of Han Purple #5721FE
RGB
CMYK
RGB Variations
Color information
#5721FE (or 0x5721FE) is known color: Han Purple. HEX triplet: 57, 21 and FE. RGB value is (87,33,254). Sum of RGB (Red+Green+Blue) = 87+33+254=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #5721FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5721FE is #A8DE01. Grayscale: #494949. Windows color (decimal): -11066882 or 16654679. OLE color: 16654679.
HSL color Cylindrical-coordinate representation of color #5721FE: hue angle of 254.66º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5721FE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 33 | 254 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.00 |
| HSL | 254.66º | 0.99% | 0.56% | - |
| HSV(B) | 254.66º | 0.87% | 1% | - |
| XYZ | 22.36 | 10.27 | 94.57 | - |
| YUV | 74.34 | 229.39 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 254 | 0.66 | 0.87 | 0 | 0.00 | 254.66 | 0.99 | 0.56 |
| Hex | 57 | 21 | FE | 42 | 57 | 0 | 0 | FF | 63 | 38 |
| Octal | 127 | 41 | 376 | 102 | 127 | 0 | 0 | 377 | 143 | 70 |
| Binary | 1010111 | 100001 | 11111110 | 1000010 | 1010111 | 0 | 0 | 11111111 | 1100011 | 111000 |
Color Harmonies of #5721FE
Complementary color
Monochromatic Colors of #5721FE
Black with #5721FE
Text Example
Text Example
White with #5721FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721FE; }
p { color: rgb(87,33,254); }
H1.HeaderClassName
{
color: #5721FE;
}
.AnyTagClassName
{
color: #5721FE;
}
</style>
background-color css
<style>
a { background-color: #5721FE; }
a { background-color: rgb(87,33,254); }
div.DivClassName
{
background-color: #5721FE;
}
.BgClassName
{
background-color: #5721FE;
}
</style>
border-color css
<style>
span { border-color: #5721FE; }
span { border-color: rgb(87,33,254); }
td.TdClassName
{
border-color: #5721FE;
}
.TagClassName
{
border-color: #5721FE;
}
</style>