Shades of Hot Purple #531557
Tints of Hot Purple #531557
RGB
CMYK
RGB Variations
Color information
#531557 (or 0x531557) is known color: Hot Purple. HEX triplet: 53, 15 and 57. RGB value is (83,21,87). Sum of RGB (Red+Green+Blue) = 83+21+87=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #531557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531557 is #ACEAA8. Grayscale: #2E2E2E. Windows color (decimal): -11332265 or 5707091. OLE color: 5707091.
HSL color Cylindrical-coordinate representation of color #531557: hue angle of 296.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531557 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 21 | 87 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.66 |
| HSL | 296.36º | 0.61% | 0.21% | - |
| HSV(B) | 296.36º | 0.76% | 0.34% | - |
| XYZ | 5.56 | 3.06 | 9.32 | - |
| YUV | 47.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 87 | 0.05 | 0.76 | 0 | 0.66 | 296.36 | 0.61 | 0.21 |
| Hex | 53 | 15 | 57 | 5 | 4C | 0 | 42 | 128 | 3D | 15 |
| Octal | 123 | 25 | 127 | 5 | 114 | 0 | 102 | 450 | 75 | 25 |
| Binary | 1010011 | 10101 | 1010111 | 101 | 1001100 | 0 | 1000010 | 100101000 | 111101 | 10101 |
Color Harmonies of #531557
Complementary color
Monochromatic Colors of #531557
Black with #531557
Text Example
Text Example
White with #531557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531557; }
p { color: rgb(83,21,87); }
H1.HeaderClassName
{
color: #531557;
}
.AnyTagClassName
{
color: #531557;
}
</style>
background-color css
<style>
a { background-color: #531557; }
a { background-color: rgb(83,21,87); }
div.DivClassName
{
background-color: #531557;
}
.BgClassName
{
background-color: #531557;
}
</style>
border-color css
<style>
span { border-color: #531557; }
span { border-color: rgb(83,21,87); }
td.TdClassName
{
border-color: #531557;
}
.TagClassName
{
border-color: #531557;
}
</style>