Shades of Han Purple #572ADE
Tints of Han Purple #572ADE
RGB
CMYK
RGB Variations
Color information
#572ADE (or 0x572ADE) is known color: Han Purple. HEX triplet: 57, 2A and DE. RGB value is (87,42,222). Sum of RGB (Red+Green+Blue) = 87+42+222=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #572ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ADE is #A8D521. Grayscale: #4B4B4B. Windows color (decimal): -11064610 or 14559831. OLE color: 14559831.
HSL color Cylindrical-coordinate representation of color #572ADE: hue angle of 255º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572ADE is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 42 | 222 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.13 |
| HSL | 255º | 0.73% | 0.52% | - |
| HSV(B) | 255º | 0.81% | 0.87% | - |
| XYZ | 17.94 | 8.96 | 69.89 | - |
| YUV | 75.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 222 | 0.61 | 0.81 | 0 | 0.13 | 255 | 0.73 | 0.52 |
| Hex | 57 | 2A | DE | 3D | 51 | 0 | D | FF | 49 | 34 |
| Octal | 127 | 52 | 336 | 75 | 121 | 0 | 15 | 377 | 111 | 64 |
| Binary | 1010111 | 101010 | 11011110 | 111101 | 1010001 | 0 | 1101 | 11111111 | 1001001 | 110100 |
Color Harmonies of #572ADE
Complementary color
Monochromatic Colors of #572ADE
Black with #572ADE
Text Example
Text Example
White with #572ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572ADE; }
p { color: rgb(87,42,222); }
H1.HeaderClassName
{
color: #572ADE;
}
.AnyTagClassName
{
color: #572ADE;
}
</style>
background-color css
<style>
a { background-color: #572ADE; }
a { background-color: rgb(87,42,222); }
div.DivClassName
{
background-color: #572ADE;
}
.BgClassName
{
background-color: #572ADE;
}
</style>
border-color css
<style>
span { border-color: #572ADE; }
span { border-color: rgb(87,42,222); }
td.TdClassName
{
border-color: #572ADE;
}
.TagClassName
{
border-color: #572ADE;
}
</style>