Shades of Hot Purple #532951
Tints of Hot Purple #532951
RGB
CMYK
RGB Variations
Color information
#532951 (or 0x532951) is known color: Hot Purple. HEX triplet: 53, 29 and 51. RGB value is (83,41,81). Sum of RGB (Red+Green+Blue) = 83+41+81=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #532951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532951 is #ACD6AE. Grayscale: #3A3A3A. Windows color (decimal): -11327151 or 5318995. OLE color: 5318995.
HSL color Cylindrical-coordinate representation of color #532951: hue angle of 302.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532951 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 81 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.67 |
| HSL | 302.86º | 0.34% | 0.24% | - |
| HSV(B) | 302.86º | 0.51% | 0.33% | - |
| XYZ | 5.85 | 4.02 | 8.25 | - |
| YUV | 58.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 81 | 0 | 0.51 | 0.02 | 0.67 | 302.86 | 0.34 | 0.24 |
| Hex | 53 | 29 | 51 | 0 | 33 | 2 | 43 | 12F | 22 | 18 |
| Octal | 123 | 51 | 121 | 0 | 63 | 2 | 103 | 457 | 42 | 30 |
| Binary | 1010011 | 101001 | 1010001 | 0 | 110011 | 10 | 1000011 | 100101111 | 100010 | 11000 |
Color Harmonies of #532951
Complementary color
Monochromatic Colors of #532951
Black with #532951
Text Example
Text Example
White with #532951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532951; }
p { color: rgb(83,41,81); }
H1.HeaderClassName
{
color: #532951;
}
.AnyTagClassName
{
color: #532951;
}
</style>
background-color css
<style>
a { background-color: #532951; }
a { background-color: rgb(83,41,81); }
div.DivClassName
{
background-color: #532951;
}
.BgClassName
{
background-color: #532951;
}
</style>
border-color css
<style>
span { border-color: #532951; }
span { border-color: rgb(83,41,81); }
td.TdClassName
{
border-color: #532951;
}
.TagClassName
{
border-color: #532951;
}
</style>