Shades of Hot Purple #531B55
Tints of Hot Purple #531B55
RGB
CMYK
RGB Variations
Color information
#531B55 (or 0x531B55) is known color: Hot Purple. HEX triplet: 53, 1B and 55. RGB value is (83,27,85). Sum of RGB (Red+Green+Blue) = 83+27+85=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #531B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B55 is #ACE4AA. Grayscale: #323232. Windows color (decimal): -11330731 or 5577555. OLE color: 5577555.
HSL color Cylindrical-coordinate representation of color #531B55: hue angle of 297.93º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #531B55 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 85 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.67 |
| HSL | 297.93º | 0.52% | 0.22% | - |
| HSV(B) | 297.93º | 0.68% | 0.33% | - |
| XYZ | 5.6 | 3.28 | 8.93 | - |
| YUV | 50.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 85 | 0.02 | 0.68 | 0 | 0.67 | 297.93 | 0.52 | 0.22 |
| Hex | 53 | 1B | 55 | 2 | 44 | 0 | 43 | 12A | 34 | 16 |
| Octal | 123 | 33 | 125 | 2 | 104 | 0 | 103 | 452 | 64 | 26 |
| Binary | 1010011 | 11011 | 1010101 | 10 | 1000100 | 0 | 1000011 | 100101010 | 110100 | 10110 |
Color Harmonies of #531B55
Complementary color
Monochromatic Colors of #531B55
Black with #531B55
Text Example
Text Example
White with #531B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B55; }
p { color: rgb(83,27,85); }
H1.HeaderClassName
{
color: #531B55;
}
.AnyTagClassName
{
color: #531B55;
}
</style>
background-color css
<style>
a { background-color: #531B55; }
a { background-color: rgb(83,27,85); }
div.DivClassName
{
background-color: #531B55;
}
.BgClassName
{
background-color: #531B55;
}
</style>
border-color css
<style>
span { border-color: #531B55; }
span { border-color: rgb(83,27,85); }
td.TdClassName
{
border-color: #531B55;
}
.TagClassName
{
border-color: #531B55;
}
</style>