Shades of Hot Purple #570C65
Tints of Hot Purple #570C65
RGB
CMYK
RGB Variations
Color information
#570C65 (or 0x570C65) is known color: Hot Purple. HEX triplet: 57, 0C and 65. RGB value is (87,12,101). Sum of RGB (Red+Green+Blue) = 87+12+101=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #570C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C65 is #A8F39A. Grayscale: #2C2C2C. Windows color (decimal): -11072411 or 6622295. OLE color: 6622295.
HSL color Cylindrical-coordinate representation of color #570C65: hue angle of 290.56º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #570C65 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 12 | 101 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.60 |
| HSL | 290.56º | 0.79% | 0.22% | - |
| HSV(B) | 290.56º | 0.88% | 0.4% | - |
| XYZ | 6.41 | 3.23 | 12.6 | - |
| YUV | 44.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 101 | 0.14 | 0.88 | 0 | 0.60 | 290.56 | 0.79 | 0.22 |
| Hex | 57 | C | 65 | E | 58 | 0 | 3C | 123 | 4F | 16 |
| Octal | 127 | 14 | 145 | 16 | 130 | 0 | 74 | 443 | 117 | 26 |
| Binary | 1010111 | 1100 | 1100101 | 1110 | 1011000 | 0 | 111100 | 100100011 | 1001111 | 10110 |
Color Harmonies of #570C65
Complementary color
Monochromatic Colors of #570C65
Black with #570C65
Text Example
Text Example
White with #570C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C65; }
p { color: rgb(87,12,101); }
H1.HeaderClassName
{
color: #570C65;
}
.AnyTagClassName
{
color: #570C65;
}
</style>
background-color css
<style>
a { background-color: #570C65; }
a { background-color: rgb(87,12,101); }
div.DivClassName
{
background-color: #570C65;
}
.BgClassName
{
background-color: #570C65;
}
</style>
border-color css
<style>
span { border-color: #570C65; }
span { border-color: rgb(87,12,101); }
td.TdClassName
{
border-color: #570C65;
}
.TagClassName
{
border-color: #570C65;
}
</style>