Shades of Hot Purple #572A60
Tints of Hot Purple #572A60
RGB
CMYK
RGB Variations
Color information
#572A60 (or 0x572A60) is known color: Hot Purple. HEX triplet: 57, 2A and 60. RGB value is (87,42,96). Sum of RGB (Red+Green+Blue) = 87+42+96=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #572A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A60 is #A8D59F. Grayscale: #3D3D3D. Windows color (decimal): -11064736 or 6302295. OLE color: 6302295.
HSL color Cylindrical-coordinate representation of color #572A60: hue angle of 290º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572A60 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 42 | 96 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.62 |
| HSL | 290º | 0.39% | 0.27% | - |
| HSV(B) | 290º | 0.56% | 0.38% | - |
| XYZ | 6.87 | 4.53 | 11.58 | - |
| YUV | 61.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 96 | 0.09 | 0.56 | 0 | 0.62 | 290 | 0.39 | 0.27 |
| Hex | 57 | 2A | 60 | 9 | 38 | 0 | 3E | 122 | 27 | 1B |
| Octal | 127 | 52 | 140 | 11 | 70 | 0 | 76 | 442 | 47 | 33 |
| Binary | 1010111 | 101010 | 1100000 | 1001 | 111000 | 0 | 111110 | 100100010 | 100111 | 11011 |
Color Harmonies of #572A60
Complementary color
Monochromatic Colors of #572A60
Black with #572A60
Text Example
Text Example
White with #572A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A60; }
p { color: rgb(87,42,96); }
H1.HeaderClassName
{
color: #572A60;
}
.AnyTagClassName
{
color: #572A60;
}
</style>
background-color css
<style>
a { background-color: #572A60; }
a { background-color: rgb(87,42,96); }
div.DivClassName
{
background-color: #572A60;
}
.BgClassName
{
background-color: #572A60;
}
</style>
border-color css
<style>
span { border-color: #572A60; }
span { border-color: rgb(87,42,96); }
td.TdClassName
{
border-color: #572A60;
}
.TagClassName
{
border-color: #572A60;
}
</style>