Shades of Han Purple #572AFE
Tints of Han Purple #572AFE
RGB
CMYK
RGB Variations
Color information
#572AFE (or 0x572AFE) is known color: Han Purple. HEX triplet: 57, 2A and FE. RGB value is (87,42,254). Sum of RGB (Red+Green+Blue) = 87+42+254=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #572AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572AFE is #A8D501. Grayscale: #4E4E4E. Windows color (decimal): -11064578 or 16656983. OLE color: 16656983.
HSL color Cylindrical-coordinate representation of color #572AFE: hue angle of 252.74º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #572AFE is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 42 | 254 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.00 |
| HSL | 252.74º | 0.99% | 0.58% | - |
| HSV(B) | 252.74º | 0.83% | 1% | - |
| XYZ | 22.65 | 10.84 | 94.66 | - |
| YUV | 79.62 | 226.41 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 254 | 0.66 | 0.83 | 0 | 0.00 | 252.74 | 0.99 | 0.58 |
| Hex | 57 | 2A | FE | 42 | 53 | 0 | 0 | FD | 63 | 3A |
| Octal | 127 | 52 | 376 | 102 | 123 | 0 | 0 | 375 | 143 | 72 |
| Binary | 1010111 | 101010 | 11111110 | 1000010 | 1010011 | 0 | 0 | 11111101 | 1100011 | 111010 |
Color Harmonies of #572AFE
Complementary color
Monochromatic Colors of #572AFE
Black with #572AFE
Text Example
Text Example
White with #572AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572AFE; }
p { color: rgb(87,42,254); }
H1.HeaderClassName
{
color: #572AFE;
}
.AnyTagClassName
{
color: #572AFE;
}
</style>
background-color css
<style>
a { background-color: #572AFE; }
a { background-color: rgb(87,42,254); }
div.DivClassName
{
background-color: #572AFE;
}
.BgClassName
{
background-color: #572AFE;
}
</style>
border-color css
<style>
span { border-color: #572AFE; }
span { border-color: rgb(87,42,254); }
td.TdClassName
{
border-color: #572AFE;
}
.TagClassName
{
border-color: #572AFE;
}
</style>