Shades of Hot Purple #531955
Tints of Hot Purple #531955
RGB
CMYK
RGB Variations
Color information
#531955 (or 0x531955) is known color: Hot Purple. HEX triplet: 53, 19 and 55. RGB value is (83,25,85). Sum of RGB (Red+Green+Blue) = 83+25+85=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #531955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531955 is #ACE6AA. Grayscale: #313131. Windows color (decimal): -11331243 or 5577043. OLE color: 5577043.
HSL color Cylindrical-coordinate representation of color #531955: hue angle of 298º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531955 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 85 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.67 |
| HSL | 298º | 0.55% | 0.22% | - |
| HSV(B) | 298º | 0.71% | 0.33% | - |
| XYZ | 5.55 | 3.19 | 8.92 | - |
| YUV | 49.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 85 | 0.02 | 0.71 | 0 | 0.67 | 298 | 0.55 | 0.22 |
| Hex | 53 | 19 | 55 | 2 | 47 | 0 | 43 | 12A | 37 | 16 |
| Octal | 123 | 31 | 125 | 2 | 107 | 0 | 103 | 452 | 67 | 26 |
| Binary | 1010011 | 11001 | 1010101 | 10 | 1000111 | 0 | 1000011 | 100101010 | 110111 | 10110 |
Color Harmonies of #531955
Complementary color
Monochromatic Colors of #531955
Black with #531955
Text Example
Text Example
White with #531955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531955; }
p { color: rgb(83,25,85); }
H1.HeaderClassName
{
color: #531955;
}
.AnyTagClassName
{
color: #531955;
}
</style>
background-color css
<style>
a { background-color: #531955; }
a { background-color: rgb(83,25,85); }
div.DivClassName
{
background-color: #531955;
}
.BgClassName
{
background-color: #531955;
}
</style>
border-color css
<style>
span { border-color: #531955; }
span { border-color: rgb(83,25,85); }
td.TdClassName
{
border-color: #531955;
}
.TagClassName
{
border-color: #531955;
}
</style>