Shades of Hot Purple #512E57
Tints of Hot Purple #512E57
RGB
CMYK
RGB Variations
Color information
#512E57 (or 0x512E57) is known color: Hot Purple. HEX triplet: 51, 2E and 57. RGB value is (81,46,87). Sum of RGB (Red+Green+Blue) = 81+46+87=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #512E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E57 is #AED1A8. Grayscale: #3D3D3D. Windows color (decimal): -11456937 or 5713489. OLE color: 5713489.
HSL color Cylindrical-coordinate representation of color #512E57: hue angle of 291.22º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512E57 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 46 | 87 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.66 |
| HSL | 291.22º | 0.31% | 0.26% | - |
| HSV(B) | 291.22º | 0.47% | 0.34% | - |
| XYZ | 6.09 | 4.39 | 9.54 | - |
| YUV | 61.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 87 | 0.07 | 0.47 | 0 | 0.66 | 291.22 | 0.31 | 0.26 |
| Hex | 51 | 2E | 57 | 7 | 2F | 0 | 42 | 123 | 1F | 1A |
| Octal | 121 | 56 | 127 | 7 | 57 | 0 | 102 | 443 | 37 | 32 |
| Binary | 1010001 | 101110 | 1010111 | 111 | 101111 | 0 | 1000010 | 100100011 | 11111 | 11010 |
Color Harmonies of #512E57
Complementary color
Monochromatic Colors of #512E57
Black with #512E57
Text Example
Text Example
White with #512E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E57; }
p { color: rgb(81,46,87); }
H1.HeaderClassName
{
color: #512E57;
}
.AnyTagClassName
{
color: #512E57;
}
</style>
background-color css
<style>
a { background-color: #512E57; }
a { background-color: rgb(81,46,87); }
div.DivClassName
{
background-color: #512E57;
}
.BgClassName
{
background-color: #512E57;
}
</style>
border-color css
<style>
span { border-color: #512E57; }
span { border-color: rgb(81,46,87); }
td.TdClassName
{
border-color: #512E57;
}
.TagClassName
{
border-color: #512E57;
}
</style>