Shades of Hot Purple #531F54
Tints of Hot Purple #531F54
RGB
CMYK
RGB Variations
Color information
#531F54 (or 0x531F54) is known color: Hot Purple. HEX triplet: 53, 1F and 54. RGB value is (83,31,84). Sum of RGB (Red+Green+Blue) = 83+31+84=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #531F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F54 is #ACE0AB. Grayscale: #343434. Windows color (decimal): -11329708 or 5513043. OLE color: 5513043.
HSL color Cylindrical-coordinate representation of color #531F54: hue angle of 298.87º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F54 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 84 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.67 |
| HSL | 298.87º | 0.46% | 0.23% | - |
| HSV(B) | 298.87º | 0.63% | 0.33% | - |
| XYZ | 5.66 | 3.46 | 8.76 | - |
| YUV | 52.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 84 | 0.01 | 0.63 | 0 | 0.67 | 298.87 | 0.46 | 0.23 |
| Hex | 53 | 1F | 54 | 1 | 3F | 0 | 43 | 12B | 2E | 17 |
| Octal | 123 | 37 | 124 | 1 | 77 | 0 | 103 | 453 | 56 | 27 |
| Binary | 1010011 | 11111 | 1010100 | 1 | 111111 | 0 | 1000011 | 100101011 | 101110 | 10111 |
Color Harmonies of #531F54
Complementary color
Monochromatic Colors of #531F54
Black with #531F54
Text Example
Text Example
White with #531F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F54; }
p { color: rgb(83,31,84); }
H1.HeaderClassName
{
color: #531F54;
}
.AnyTagClassName
{
color: #531F54;
}
</style>
background-color css
<style>
a { background-color: #531F54; }
a { background-color: rgb(83,31,84); }
div.DivClassName
{
background-color: #531F54;
}
.BgClassName
{
background-color: #531F54;
}
</style>
border-color css
<style>
span { border-color: #531F54; }
span { border-color: rgb(83,31,84); }
td.TdClassName
{
border-color: #531F54;
}
.TagClassName
{
border-color: #531F54;
}
</style>