Shades of Hot Purple #531F55
Tints of Hot Purple #531F55
RGB
CMYK
RGB Variations
Color information
#531F55 (or 0x531F55) is known color: Hot Purple. HEX triplet: 53, 1F and 55. RGB value is (83,31,85). Sum of RGB (Red+Green+Blue) = 83+31+85=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #531F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F55 is #ACE0AA. Grayscale: #343434. Windows color (decimal): -11329707 or 5578579. OLE color: 5578579.
HSL color Cylindrical-coordinate representation of color #531F55: hue angle of 297.78º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531F55 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 85 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.67 |
| HSL | 297.78º | 0.47% | 0.23% | - |
| HSV(B) | 297.78º | 0.64% | 0.33% | - |
| XYZ | 5.7 | 3.47 | 8.96 | - |
| YUV | 52.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 85 | 0.02 | 0.64 | 0 | 0.67 | 297.78 | 0.47 | 0.23 |
| Hex | 53 | 1F | 55 | 2 | 40 | 0 | 43 | 12A | 2F | 17 |
| Octal | 123 | 37 | 125 | 2 | 100 | 0 | 103 | 452 | 57 | 27 |
| Binary | 1010011 | 11111 | 1010101 | 10 | 1000000 | 0 | 1000011 | 100101010 | 101111 | 10111 |
Color Harmonies of #531F55
Complementary color
Monochromatic Colors of #531F55
Black with #531F55
Text Example
Text Example
White with #531F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F55; }
p { color: rgb(83,31,85); }
H1.HeaderClassName
{
color: #531F55;
}
.AnyTagClassName
{
color: #531F55;
}
</style>
background-color css
<style>
a { background-color: #531F55; }
a { background-color: rgb(83,31,85); }
div.DivClassName
{
background-color: #531F55;
}
.BgClassName
{
background-color: #531F55;
}
</style>
border-color css
<style>
span { border-color: #531F55; }
span { border-color: rgb(83,31,85); }
td.TdClassName
{
border-color: #531F55;
}
.TagClassName
{
border-color: #531F55;
}
</style>