Shades of Hot Purple #570961
Tints of Hot Purple #570961
RGB
CMYK
RGB Variations
Color information
#570961 (or 0x570961) is known color: Hot Purple. HEX triplet: 57, 09 and 61. RGB value is (87,9,97). Sum of RGB (Red+Green+Blue) = 87+9+97=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #570961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570961 is #A8F69E. Grayscale: #2A2A2A. Windows color (decimal): -11073183 or 6359383. OLE color: 6359383.
HSL color Cylindrical-coordinate representation of color #570961: hue angle of 293.18º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570961 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 9 | 97 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.62 |
| HSL | 293.18º | 0.83% | 0.21% | - |
| HSV(B) | 293.18º | 0.91% | 0.38% | - |
| XYZ | 6.19 | 3.08 | 11.58 | - |
| YUV | 42.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 97 | 0.10 | 0.91 | 0 | 0.62 | 293.18 | 0.83 | 0.21 |
| Hex | 57 | 9 | 61 | A | 5B | 0 | 3E | 125 | 53 | 15 |
| Octal | 127 | 11 | 141 | 12 | 133 | 0 | 76 | 445 | 123 | 25 |
| Binary | 1010111 | 1001 | 1100001 | 1010 | 1011011 | 0 | 111110 | 100100101 | 1010011 | 10101 |
Color Harmonies of #570961
Complementary color
Monochromatic Colors of #570961
Black with #570961
Text Example
Text Example
White with #570961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570961; }
p { color: rgb(87,9,97); }
H1.HeaderClassName
{
color: #570961;
}
.AnyTagClassName
{
color: #570961;
}
</style>
background-color css
<style>
a { background-color: #570961; }
a { background-color: rgb(87,9,97); }
div.DivClassName
{
background-color: #570961;
}
.BgClassName
{
background-color: #570961;
}
</style>
border-color css
<style>
span { border-color: #570961; }
span { border-color: rgb(87,9,97); }
td.TdClassName
{
border-color: #570961;
}
.TagClassName
{
border-color: #570961;
}
</style>