Shades of Hot Purple #512953
Tints of Hot Purple #512953
RGB
CMYK
RGB Variations
Color information
#512953 (or 0x512953) is known color: Hot Purple. HEX triplet: 51, 29 and 53. RGB value is (81,41,83). Sum of RGB (Red+Green+Blue) = 81+41+83=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #512953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512953 is #AED6AC. Grayscale: #393939. Windows color (decimal): -11458221 or 5450065. OLE color: 5450065.
HSL color Cylindrical-coordinate representation of color #512953: hue angle of 297.14º 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 #512953 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 41 | 83 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.67 |
| HSL | 297.14º | 0.34% | 0.24% | - |
| HSV(B) | 297.14º | 0.51% | 0.33% | - |
| XYZ | 5.75 | 3.96 | 8.64 | - |
| YUV | 57.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 83 | 0.02 | 0.51 | 0 | 0.67 | 297.14 | 0.34 | 0.24 |
| Hex | 51 | 29 | 53 | 2 | 33 | 0 | 43 | 129 | 22 | 18 |
| Octal | 121 | 51 | 123 | 2 | 63 | 0 | 103 | 451 | 42 | 30 |
| Binary | 1010001 | 101001 | 1010011 | 10 | 110011 | 0 | 1000011 | 100101001 | 100010 | 11000 |
Color Harmonies of #512953
Complementary color
Monochromatic Colors of #512953
Black with #512953
Text Example
Text Example
White with #512953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512953; }
p { color: rgb(81,41,83); }
H1.HeaderClassName
{
color: #512953;
}
.AnyTagClassName
{
color: #512953;
}
</style>
background-color css
<style>
a { background-color: #512953; }
a { background-color: rgb(81,41,83); }
div.DivClassName
{
background-color: #512953;
}
.BgClassName
{
background-color: #512953;
}
</style>
border-color css
<style>
span { border-color: #512953; }
span { border-color: rgb(81,41,83); }
td.TdClassName
{
border-color: #512953;
}
.TagClassName
{
border-color: #512953;
}
</style>