Shades of Han Purple #572CE0
Tints of Han Purple #572CE0
RGB
CMYK
RGB Variations
Color information
#572CE0 (or 0x572CE0) is known color: Han Purple. HEX triplet: 57, 2C and E0. RGB value is (87,44,224). Sum of RGB (Red+Green+Blue) = 87+44+224=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #572CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CE0 is #A8D31F. Grayscale: #4C4C4C. Windows color (decimal): -11064096 or 14691415. OLE color: 14691415.
HSL color Cylindrical-coordinate representation of color #572CE0: hue angle of 254.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572CE0 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 44 | 224 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.12 |
| HSL | 254.33º | 0.74% | 0.53% | - |
| HSV(B) | 254.33º | 0.8% | 0.88% | - |
| XYZ | 18.29 | 9.21 | 71.33 | - |
| YUV | 77.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 224 | 0.61 | 0.80 | 0 | 0.12 | 254.33 | 0.74 | 0.53 |
| Hex | 57 | 2C | E0 | 3D | 50 | 0 | C | FE | 4A | 35 |
| Octal | 127 | 54 | 340 | 75 | 120 | 0 | 14 | 376 | 112 | 65 |
| Binary | 1010111 | 101100 | 11100000 | 111101 | 1010000 | 0 | 1100 | 11111110 | 1001010 | 110101 |
Color Harmonies of #572CE0
Complementary color
Monochromatic Colors of #572CE0
Black with #572CE0
Text Example
Text Example
White with #572CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CE0; }
p { color: rgb(87,44,224); }
H1.HeaderClassName
{
color: #572CE0;
}
.AnyTagClassName
{
color: #572CE0;
}
</style>
background-color css
<style>
a { background-color: #572CE0; }
a { background-color: rgb(87,44,224); }
div.DivClassName
{
background-color: #572CE0;
}
.BgClassName
{
background-color: #572CE0;
}
</style>
border-color css
<style>
span { border-color: #572CE0; }
span { border-color: rgb(87,44,224); }
td.TdClassName
{
border-color: #572CE0;
}
.TagClassName
{
border-color: #572CE0;
}
</style>