Shades of Hot Purple #531351
Tints of Hot Purple #531351
RGB
CMYK
RGB Variations
Color information
#531351 (or 0x531351) is known color: Hot Purple. HEX triplet: 53, 13 and 51. RGB value is (83,19,81). Sum of RGB (Red+Green+Blue) = 83+19+81=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531351 is #ACECAE. Grayscale: #2D2D2D. Windows color (decimal): -11332783 or 5313363. OLE color: 5313363.
HSL color Cylindrical-coordinate representation of color #531351: hue angle of 301.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531351 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 81 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.67 |
| HSL | 301.88º | 0.63% | 0.2% | - |
| HSV(B) | 301.88º | 0.77% | 0.33% | - |
| XYZ | 5.29 | 2.9 | 8.07 | - |
| YUV | 45.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 81 | 0 | 0.77 | 0.02 | 0.67 | 301.88 | 0.63 | 0.2 |
| Hex | 53 | 13 | 51 | 0 | 4D | 2 | 43 | 12E | 3F | 14 |
| Octal | 123 | 23 | 121 | 0 | 115 | 2 | 103 | 456 | 77 | 24 |
| Binary | 1010011 | 10011 | 1010001 | 0 | 1001101 | 10 | 1000011 | 100101110 | 111111 | 10100 |
Color Harmonies of #531351
Complementary color
Monochromatic Colors of #531351
Black with #531351
Text Example
Text Example
White with #531351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531351; }
p { color: rgb(83,19,81); }
H1.HeaderClassName
{
color: #531351;
}
.AnyTagClassName
{
color: #531351;
}
</style>
background-color css
<style>
a { background-color: #531351; }
a { background-color: rgb(83,19,81); }
div.DivClassName
{
background-color: #531351;
}
.BgClassName
{
background-color: #531351;
}
</style>
border-color css
<style>
span { border-color: #531351; }
span { border-color: rgb(83,19,81); }
td.TdClassName
{
border-color: #531351;
}
.TagClassName
{
border-color: #531351;
}
</style>