Shades of Hot Purple #531559
Tints of Hot Purple #531559
RGB
CMYK
RGB Variations
Color information
#531559 (or 0x531559) is known color: Hot Purple. HEX triplet: 53, 15 and 59. RGB value is (83,21,89). Sum of RGB (Red+Green+Blue) = 83+21+89=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #531559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531559 is #ACEAA6. Grayscale: #2F2F2F. Windows color (decimal): -11332263 or 5838163. OLE color: 5838163.
HSL color Cylindrical-coordinate representation of color #531559: hue angle of 294.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531559 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 21 | 89 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.65 |
| HSL | 294.71º | 0.62% | 0.22% | - |
| HSV(B) | 294.71º | 0.76% | 0.35% | - |
| XYZ | 5.64 | 3.1 | 9.75 | - |
| YUV | 47.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 89 | 0.07 | 0.76 | 0 | 0.65 | 294.71 | 0.62 | 0.22 |
| Hex | 53 | 15 | 59 | 7 | 4C | 0 | 41 | 127 | 3E | 16 |
| Octal | 123 | 25 | 131 | 7 | 114 | 0 | 101 | 447 | 76 | 26 |
| Binary | 1010011 | 10101 | 1011001 | 111 | 1001100 | 0 | 1000001 | 100100111 | 111110 | 10110 |
Color Harmonies of #531559
Complementary color
Monochromatic Colors of #531559
Black with #531559
Text Example
Text Example
White with #531559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531559; }
p { color: rgb(83,21,89); }
H1.HeaderClassName
{
color: #531559;
}
.AnyTagClassName
{
color: #531559;
}
</style>
background-color css
<style>
a { background-color: #531559; }
a { background-color: rgb(83,21,89); }
div.DivClassName
{
background-color: #531559;
}
.BgClassName
{
background-color: #531559;
}
</style>
border-color css
<style>
span { border-color: #531559; }
span { border-color: rgb(83,21,89); }
td.TdClassName
{
border-color: #531559;
}
.TagClassName
{
border-color: #531559;
}
</style>