Shades of Hot Purple #512C57
Tints of Hot Purple #512C57
RGB
CMYK
RGB Variations
Color information
#512C57 (or 0x512C57) is known color: Hot Purple. HEX triplet: 51, 2C and 57. RGB value is (81,44,87). Sum of RGB (Red+Green+Blue) = 81+44+87=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #512C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C57 is #AED3A8. Grayscale: #3B3B3B. Windows color (decimal): -11457449 or 5712977. OLE color: 5712977.
HSL color Cylindrical-coordinate representation of color #512C57: hue angle of 291.63º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512C57 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 44 | 87 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.66 |
| HSL | 291.63º | 0.33% | 0.26% | - |
| HSV(B) | 291.63º | 0.49% | 0.34% | - |
| XYZ | 6.01 | 4.24 | 9.52 | - |
| YUV | 59.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 87 | 0.07 | 0.49 | 0 | 0.66 | 291.63 | 0.33 | 0.26 |
| Hex | 51 | 2C | 57 | 7 | 31 | 0 | 42 | 124 | 21 | 1A |
| Octal | 121 | 54 | 127 | 7 | 61 | 0 | 102 | 444 | 41 | 32 |
| Binary | 1010001 | 101100 | 1010111 | 111 | 110001 | 0 | 1000010 | 100100100 | 100001 | 11010 |
Color Harmonies of #512C57
Complementary color
Monochromatic Colors of #512C57
Black with #512C57
Text Example
Text Example
White with #512C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C57; }
p { color: rgb(81,44,87); }
H1.HeaderClassName
{
color: #512C57;
}
.AnyTagClassName
{
color: #512C57;
}
</style>
background-color css
<style>
a { background-color: #512C57; }
a { background-color: rgb(81,44,87); }
div.DivClassName
{
background-color: #512C57;
}
.BgClassName
{
background-color: #512C57;
}
</style>
border-color css
<style>
span { border-color: #512C57; }
span { border-color: rgb(81,44,87); }
td.TdClassName
{
border-color: #512C57;
}
.TagClassName
{
border-color: #512C57;
}
</style>