Shades of Hot Purple #571C58
Tints of Hot Purple #571C58
RGB
CMYK
RGB Variations
Color information
#571C58 (or 0x571C58) is known color: Hot Purple. HEX triplet: 57, 1C and 58. RGB value is (87,28,88). Sum of RGB (Red+Green+Blue) = 87+28+88=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #571C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C58 is #A8E3A7. Grayscale: #343434. Windows color (decimal): -11068328 or 5774423. OLE color: 5774423.
HSL color Cylindrical-coordinate representation of color #571C58: hue angle of 299º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C58 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 28 | 88 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.65 |
| HSL | 299º | 0.52% | 0.23% | - |
| HSV(B) | 299º | 0.68% | 0.35% | - |
| XYZ | 6.11 | 3.56 | 9.6 | - |
| YUV | 52.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 88 | 0.01 | 0.68 | 0 | 0.65 | 299 | 0.52 | 0.23 |
| Hex | 57 | 1C | 58 | 1 | 44 | 0 | 41 | 12B | 34 | 17 |
| Octal | 127 | 34 | 130 | 1 | 104 | 0 | 101 | 453 | 64 | 27 |
| Binary | 1010111 | 11100 | 1011000 | 1 | 1000100 | 0 | 1000001 | 100101011 | 110100 | 10111 |
Color Harmonies of #571C58
Complementary color
Monochromatic Colors of #571C58
Black with #571C58
Text Example
Text Example
White with #571C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C58; }
p { color: rgb(87,28,88); }
H1.HeaderClassName
{
color: #571C58;
}
.AnyTagClassName
{
color: #571C58;
}
</style>
background-color css
<style>
a { background-color: #571C58; }
a { background-color: rgb(87,28,88); }
div.DivClassName
{
background-color: #571C58;
}
.BgClassName
{
background-color: #571C58;
}
</style>
border-color css
<style>
span { border-color: #571C58; }
span { border-color: rgb(87,28,88); }
td.TdClassName
{
border-color: #571C58;
}
.TagClassName
{
border-color: #571C58;
}
</style>