Shades of Hot Purple #572560
Tints of Hot Purple #572560
RGB
CMYK
RGB Variations
Color information
#572560 (or 0x572560) is known color: Hot Purple. HEX triplet: 57, 25 and 60. RGB value is (87,37,96). Sum of RGB (Red+Green+Blue) = 87+37+96=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #572560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572560 is #A8DA9F. Grayscale: #3A3A3A. Windows color (decimal): -11066016 or 6301015. OLE color: 6301015.
HSL color Cylindrical-coordinate representation of color #572560: hue angle of 290.85º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572560 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 37 | 96 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.62 |
| HSL | 290.85º | 0.44% | 0.26% | - |
| HSV(B) | 290.85º | 0.61% | 0.38% | - |
| XYZ | 6.7 | 4.19 | 11.52 | - |
| YUV | 58.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 96 | 0.09 | 0.61 | 0 | 0.62 | 290.85 | 0.44 | 0.26 |
| Hex | 57 | 25 | 60 | 9 | 3D | 0 | 3E | 123 | 2C | 1A |
| Octal | 127 | 45 | 140 | 11 | 75 | 0 | 76 | 443 | 54 | 32 |
| Binary | 1010111 | 100101 | 1100000 | 1001 | 111101 | 0 | 111110 | 100100011 | 101100 | 11010 |
Color Harmonies of #572560
Complementary color
Monochromatic Colors of #572560
Black with #572560
Text Example
Text Example
White with #572560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572560; }
p { color: rgb(87,37,96); }
H1.HeaderClassName
{
color: #572560;
}
.AnyTagClassName
{
color: #572560;
}
</style>
background-color css
<style>
a { background-color: #572560; }
a { background-color: rgb(87,37,96); }
div.DivClassName
{
background-color: #572560;
}
.BgClassName
{
background-color: #572560;
}
</style>
border-color css
<style>
span { border-color: #572560; }
span { border-color: rgb(87,37,96); }
td.TdClassName
{
border-color: #572560;
}
.TagClassName
{
border-color: #572560;
}
</style>