Shades of Hot Purple #57155B
Tints of Hot Purple #57155B
RGB
CMYK
RGB Variations
Color information
#57155B (or 0x57155B) is known color: Hot Purple. HEX triplet: 57, 15 and 5B. RGB value is (87,21,91). Sum of RGB (Red+Green+Blue) = 87+21+91=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #57155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57155B is #A8EAA4. Grayscale: #303030. Windows color (decimal): -11070117 or 5969239. OLE color: 5969239.
HSL color Cylindrical-coordinate representation of color #57155B: hue angle of 296.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57155B is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 21 | 91 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.64 |
| HSL | 296.57º | 0.63% | 0.22% | - |
| HSV(B) | 296.57º | 0.77% | 0.36% | - |
| XYZ | 6.09 | 3.32 | 10.22 | - |
| YUV | 48.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 91 | 0.04 | 0.77 | 0 | 0.64 | 296.57 | 0.63 | 0.22 |
| Hex | 57 | 15 | 5B | 4 | 4D | 0 | 40 | 129 | 3E | 16 |
| Octal | 127 | 25 | 133 | 4 | 115 | 0 | 100 | 451 | 76 | 26 |
| Binary | 1010111 | 10101 | 1011011 | 100 | 1001101 | 0 | 1000000 | 100101001 | 111110 | 10110 |
Color Harmonies of #57155B
Complementary color
Monochromatic Colors of #57155B
Black with #57155B
Text Example
Text Example
White with #57155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57155B; }
p { color: rgb(87,21,91); }
H1.HeaderClassName
{
color: #57155B;
}
.AnyTagClassName
{
color: #57155B;
}
</style>
background-color css
<style>
a { background-color: #57155B; }
a { background-color: rgb(87,21,91); }
div.DivClassName
{
background-color: #57155B;
}
.BgClassName
{
background-color: #57155B;
}
</style>
border-color css
<style>
span { border-color: #57155B; }
span { border-color: rgb(87,21,91); }
td.TdClassName
{
border-color: #57155B;
}
.TagClassName
{
border-color: #57155B;
}
</style>