Shades of Hot Purple #570D61
Tints of Hot Purple #570D61
RGB
CMYK
RGB Variations
Color information
#570D61 (or 0x570D61) is known color: Hot Purple. HEX triplet: 57, 0D and 61. RGB value is (87,13,97). Sum of RGB (Red+Green+Blue) = 87+13+97=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #570D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D61 is #A8F29E. Grayscale: #2C2C2C. Windows color (decimal): -11072159 or 6360407. OLE color: 6360407.
HSL color Cylindrical-coordinate representation of color #570D61: hue angle of 292.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570D61 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 13 | 97 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.62 |
| HSL | 292.86º | 0.76% | 0.22% | - |
| HSV(B) | 292.86º | 0.87% | 0.38% | - |
| XYZ | 6.23 | 3.18 | 11.59 | - |
| YUV | 44.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 97 | 0.10 | 0.87 | 0 | 0.62 | 292.86 | 0.76 | 0.22 |
| Hex | 57 | D | 61 | A | 57 | 0 | 3E | 125 | 4C | 16 |
| Octal | 127 | 15 | 141 | 12 | 127 | 0 | 76 | 445 | 114 | 26 |
| Binary | 1010111 | 1101 | 1100001 | 1010 | 1010111 | 0 | 111110 | 100100101 | 1001100 | 10110 |
Color Harmonies of #570D61
Complementary color
Monochromatic Colors of #570D61
Black with #570D61
Text Example
Text Example
White with #570D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D61; }
p { color: rgb(87,13,97); }
H1.HeaderClassName
{
color: #570D61;
}
.AnyTagClassName
{
color: #570D61;
}
</style>
background-color css
<style>
a { background-color: #570D61; }
a { background-color: rgb(87,13,97); }
div.DivClassName
{
background-color: #570D61;
}
.BgClassName
{
background-color: #570D61;
}
</style>
border-color css
<style>
span { border-color: #570D61; }
span { border-color: rgb(87,13,97); }
td.TdClassName
{
border-color: #570D61;
}
.TagClassName
{
border-color: #570D61;
}
</style>