Shades of Hot Purple #531A51
Tints of Hot Purple #531A51
RGB
CMYK
RGB Variations
Color information
#531A51 (or 0x531A51) is known color: Hot Purple. HEX triplet: 53, 1A and 51. RGB value is (83,26,81). Sum of RGB (Red+Green+Blue) = 83+26+81=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #531A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A51 is #ACE5AE. Grayscale: #313131. Windows color (decimal): -11330991 or 5315155. OLE color: 5315155.
HSL color Cylindrical-coordinate representation of color #531A51: hue angle of 302.11º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A51 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 81 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.67 |
| HSL | 302.11º | 0.52% | 0.21% | - |
| HSV(B) | 302.11º | 0.69% | 0.33% | - |
| XYZ | 5.42 | 3.17 | 8.11 | - |
| YUV | 49.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 81 | 0 | 0.69 | 0.02 | 0.67 | 302.11 | 0.52 | 0.21 |
| Hex | 53 | 1A | 51 | 0 | 45 | 2 | 43 | 12E | 34 | 15 |
| Octal | 123 | 32 | 121 | 0 | 105 | 2 | 103 | 456 | 64 | 25 |
| Binary | 1010011 | 11010 | 1010001 | 0 | 1000101 | 10 | 1000011 | 100101110 | 110100 | 10101 |
Color Harmonies of #531A51
Complementary color
Monochromatic Colors of #531A51
Black with #531A51
Text Example
Text Example
White with #531A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A51; }
p { color: rgb(83,26,81); }
H1.HeaderClassName
{
color: #531A51;
}
.AnyTagClassName
{
color: #531A51;
}
</style>
background-color css
<style>
a { background-color: #531A51; }
a { background-color: rgb(83,26,81); }
div.DivClassName
{
background-color: #531A51;
}
.BgClassName
{
background-color: #531A51;
}
</style>
border-color css
<style>
span { border-color: #531A51; }
span { border-color: rgb(83,26,81); }
td.TdClassName
{
border-color: #531A51;
}
.TagClassName
{
border-color: #531A51;
}
</style>