Shades of Hot Purple #531950
Tints of Hot Purple #531950
RGB
CMYK
RGB Variations
Color information
#531950 (or 0x531950) is known color: Hot Purple. HEX triplet: 53, 19 and 50. RGB value is (83,25,80). Sum of RGB (Red+Green+Blue) = 83+25+80=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #531950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531950 is #ACE6AF. Grayscale: #303030. Windows color (decimal): -11331248 or 5249363. OLE color: 5249363.
HSL color Cylindrical-coordinate representation of color #531950: hue angle of 303.1º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531950 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 80 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.67 |
| HSL | 303.1º | 0.54% | 0.21% | - |
| HSV(B) | 303.1º | 0.7% | 0.33% | - |
| XYZ | 5.36 | 3.11 | 7.91 | - |
| YUV | 48.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 80 | 0 | 0.70 | 0.04 | 0.67 | 303.1 | 0.54 | 0.21 |
| Hex | 53 | 19 | 50 | 0 | 46 | 4 | 43 | 12F | 36 | 15 |
| Octal | 123 | 31 | 120 | 0 | 106 | 4 | 103 | 457 | 66 | 25 |
| Binary | 1010011 | 11001 | 1010000 | 0 | 1000110 | 100 | 1000011 | 100101111 | 110110 | 10101 |
Color Harmonies of #531950
Complementary color
Monochromatic Colors of #531950
Black with #531950
Text Example
Text Example
White with #531950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531950; }
p { color: rgb(83,25,80); }
H1.HeaderClassName
{
color: #531950;
}
.AnyTagClassName
{
color: #531950;
}
</style>
background-color css
<style>
a { background-color: #531950; }
a { background-color: rgb(83,25,80); }
div.DivClassName
{
background-color: #531950;
}
.BgClassName
{
background-color: #531950;
}
</style>
border-color css
<style>
span { border-color: #531950; }
span { border-color: rgb(83,25,80); }
td.TdClassName
{
border-color: #531950;
}
.TagClassName
{
border-color: #531950;
}
</style>