Shades of Hot Purple #512D57
Tints of Hot Purple #512D57
RGB
CMYK
RGB Variations
Color information
#512D57 (or 0x512D57) is known color: Hot Purple. HEX triplet: 51, 2D and 57. RGB value is (81,45,87). Sum of RGB (Red+Green+Blue) = 81+45+87=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #512D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512D57 is #AED2A8. Grayscale: #3C3C3C. Windows color (decimal): -11457193 or 5713233. OLE color: 5713233.
HSL color Cylindrical-coordinate representation of color #512D57: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #512D57 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 45 | 87 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.66 |
| HSL | 291.43º | 0.32% | 0.26% | - |
| HSV(B) | 291.43º | 0.48% | 0.34% | - |
| XYZ | 6.05 | 4.31 | 9.53 | - |
| YUV | 60.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 87 | 0.07 | 0.48 | 0 | 0.66 | 291.43 | 0.32 | 0.26 |
| Hex | 51 | 2D | 57 | 7 | 30 | 0 | 42 | 123 | 20 | 1A |
| Octal | 121 | 55 | 127 | 7 | 60 | 0 | 102 | 443 | 40 | 32 |
| Binary | 1010001 | 101101 | 1010111 | 111 | 110000 | 0 | 1000010 | 100100011 | 100000 | 11010 |
Color Harmonies of #512D57
Complementary color
Monochromatic Colors of #512D57
Black with #512D57
Text Example
Text Example
White with #512D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D57; }
p { color: rgb(81,45,87); }
H1.HeaderClassName
{
color: #512D57;
}
.AnyTagClassName
{
color: #512D57;
}
</style>
background-color css
<style>
a { background-color: #512D57; }
a { background-color: rgb(81,45,87); }
div.DivClassName
{
background-color: #512D57;
}
.BgClassName
{
background-color: #512D57;
}
</style>
border-color css
<style>
span { border-color: #512D57; }
span { border-color: rgb(81,45,87); }
td.TdClassName
{
border-color: #512D57;
}
.TagClassName
{
border-color: #512D57;
}
</style>