Shades of Hot Purple #531651
Tints of Hot Purple #531651
RGB
CMYK
RGB Variations
Color information
#531651 (or 0x531651) is known color: Hot Purple. HEX triplet: 53, 16 and 51. RGB value is (83,22,81). Sum of RGB (Red+Green+Blue) = 83+22+81=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531651 is #ACE9AE. Grayscale: #2E2E2E. Windows color (decimal): -11332015 or 5314131. OLE color: 5314131.
HSL color Cylindrical-coordinate representation of color #531651: hue angle of 301.97º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531651 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 81 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.67 |
| HSL | 301.97º | 0.58% | 0.21% | - |
| HSV(B) | 301.97º | 0.73% | 0.33% | - |
| XYZ | 5.34 | 3.01 | 8.08 | - |
| YUV | 46.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 81 | 0 | 0.73 | 0.02 | 0.67 | 301.97 | 0.58 | 0.21 |
| Hex | 53 | 16 | 51 | 0 | 49 | 2 | 43 | 12E | 3A | 15 |
| Octal | 123 | 26 | 121 | 0 | 111 | 2 | 103 | 456 | 72 | 25 |
| Binary | 1010011 | 10110 | 1010001 | 0 | 1001001 | 10 | 1000011 | 100101110 | 111010 | 10101 |
Color Harmonies of #531651
Complementary color
Monochromatic Colors of #531651
Black with #531651
Text Example
Text Example
White with #531651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531651; }
p { color: rgb(83,22,81); }
H1.HeaderClassName
{
color: #531651;
}
.AnyTagClassName
{
color: #531651;
}
</style>
background-color css
<style>
a { background-color: #531651; }
a { background-color: rgb(83,22,81); }
div.DivClassName
{
background-color: #531651;
}
.BgClassName
{
background-color: #531651;
}
</style>
border-color css
<style>
span { border-color: #531651; }
span { border-color: rgb(83,22,81); }
td.TdClassName
{
border-color: #531651;
}
.TagClassName
{
border-color: #531651;
}
</style>