Shades of Hot Purple #572959
Tints of Hot Purple #572959
RGB
CMYK
RGB Variations
Color information
#572959 (or 0x572959) is known color: Hot Purple. HEX triplet: 57, 29 and 59. RGB value is (87,41,89). Sum of RGB (Red+Green+Blue) = 87+41+89=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #572959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572959 is #A8D6A6. Grayscale: #3C3C3C. Windows color (decimal): -11064999 or 5843287. OLE color: 5843287.
HSL color Cylindrical-coordinate representation of color #572959: hue angle of 297.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572959 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 41 | 89 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.65 |
| HSL | 297.5º | 0.37% | 0.25% | - |
| HSV(B) | 297.5º | 0.54% | 0.35% | - |
| XYZ | 6.53 | 4.33 | 9.94 | - |
| YUV | 60.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 89 | 0.02 | 0.54 | 0 | 0.65 | 297.5 | 0.37 | 0.25 |
| Hex | 57 | 29 | 59 | 2 | 36 | 0 | 41 | 12A | 25 | 19 |
| Octal | 127 | 51 | 131 | 2 | 66 | 0 | 101 | 452 | 45 | 31 |
| Binary | 1010111 | 101001 | 1011001 | 10 | 110110 | 0 | 1000001 | 100101010 | 100101 | 11001 |
Color Harmonies of #572959
Complementary color
Monochromatic Colors of #572959
Black with #572959
Text Example
Text Example
White with #572959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572959; }
p { color: rgb(87,41,89); }
H1.HeaderClassName
{
color: #572959;
}
.AnyTagClassName
{
color: #572959;
}
</style>
background-color css
<style>
a { background-color: #572959; }
a { background-color: rgb(87,41,89); }
div.DivClassName
{
background-color: #572959;
}
.BgClassName
{
background-color: #572959;
}
</style>
border-color css
<style>
span { border-color: #572959; }
span { border-color: rgb(87,41,89); }
td.TdClassName
{
border-color: #572959;
}
.TagClassName
{
border-color: #572959;
}
</style>