Shades of Hot Purple #512457
Tints of Hot Purple #512457
RGB
CMYK
RGB Variations
Color information
#512457 (or 0x512457) is known color: Hot Purple. HEX triplet: 51, 24 and 57. RGB value is (81,36,87). Sum of RGB (Red+Green+Blue) = 81+36+87=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #512457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512457 is #AEDBA8. Grayscale: #373737. Windows color (decimal): -11459497 or 5710929. OLE color: 5710929.
HSL color Cylindrical-coordinate representation of color #512457: hue angle of 292.94º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512457 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 36 | 87 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.66 |
| HSL | 292.94º | 0.41% | 0.24% | - |
| HSV(B) | 292.94º | 0.59% | 0.34% | - |
| XYZ | 5.74 | 3.7 | 9.43 | - |
| YUV | 55.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 87 | 0.07 | 0.59 | 0 | 0.66 | 292.94 | 0.41 | 0.24 |
| Hex | 51 | 24 | 57 | 7 | 3B | 0 | 42 | 125 | 29 | 18 |
| Octal | 121 | 44 | 127 | 7 | 73 | 0 | 102 | 445 | 51 | 30 |
| Binary | 1010001 | 100100 | 1010111 | 111 | 111011 | 0 | 1000010 | 100100101 | 101001 | 11000 |
Color Harmonies of #512457
Complementary color
Monochromatic Colors of #512457
Black with #512457
Text Example
Text Example
White with #512457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512457; }
p { color: rgb(81,36,87); }
H1.HeaderClassName
{
color: #512457;
}
.AnyTagClassName
{
color: #512457;
}
</style>
background-color css
<style>
a { background-color: #512457; }
a { background-color: rgb(81,36,87); }
div.DivClassName
{
background-color: #512457;
}
.BgClassName
{
background-color: #512457;
}
</style>
border-color css
<style>
span { border-color: #512457; }
span { border-color: rgb(81,36,87); }
td.TdClassName
{
border-color: #512457;
}
.TagClassName
{
border-color: #512457;
}
</style>