Shades of Hot Purple #531F58
Tints of Hot Purple #531F58
RGB
CMYK
RGB Variations
Color information
#531F58 (or 0x531F58) is known color: Hot Purple. HEX triplet: 53, 1F and 58. RGB value is (83,31,88). Sum of RGB (Red+Green+Blue) = 83+31+88=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #531F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F58 is #ACE0A7. Grayscale: #343434. Windows color (decimal): -11329704 or 5775187. OLE color: 5775187.
HSL color Cylindrical-coordinate representation of color #531F58: hue angle of 294.74º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531F58 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 31 | 88 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.65 |
| HSL | 294.74º | 0.48% | 0.23% | - |
| HSV(B) | 294.74º | 0.65% | 0.35% | - |
| XYZ | 5.82 | 3.52 | 9.61 | - |
| YUV | 53.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 88 | 0.06 | 0.65 | 0 | 0.65 | 294.74 | 0.48 | 0.23 |
| Hex | 53 | 1F | 58 | 6 | 41 | 0 | 41 | 127 | 30 | 17 |
| Octal | 123 | 37 | 130 | 6 | 101 | 0 | 101 | 447 | 60 | 27 |
| Binary | 1010011 | 11111 | 1011000 | 110 | 1000001 | 0 | 1000001 | 100100111 | 110000 | 10111 |
Color Harmonies of #531F58
Complementary color
Monochromatic Colors of #531F58
Black with #531F58
Text Example
Text Example
White with #531F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F58; }
p { color: rgb(83,31,88); }
H1.HeaderClassName
{
color: #531F58;
}
.AnyTagClassName
{
color: #531F58;
}
</style>
background-color css
<style>
a { background-color: #531F58; }
a { background-color: rgb(83,31,88); }
div.DivClassName
{
background-color: #531F58;
}
.BgClassName
{
background-color: #531F58;
}
</style>
border-color css
<style>
span { border-color: #531F58; }
span { border-color: rgb(83,31,88); }
td.TdClassName
{
border-color: #531F58;
}
.TagClassName
{
border-color: #531F58;
}
</style>