Shades of Hot Purple #513157
Tints of Hot Purple #513157
RGB
CMYK
RGB Variations
Color information
#513157 (or 0x513157) is known color: Hot Purple. HEX triplet: 51, 31 and 57. RGB value is (81,49,87). Sum of RGB (Red+Green+Blue) = 81+49+87=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #513157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513157 is #AECEA8. Grayscale: #3E3E3E. Windows color (decimal): -11456169 or 5714257. OLE color: 5714257.
HSL color Cylindrical-coordinate representation of color #513157: hue angle of 290.53º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #513157 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 49 | 87 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.66 |
| HSL | 290.53º | 0.28% | 0.27% | - |
| HSV(B) | 290.53º | 0.44% | 0.34% | - |
| XYZ | 6.21 | 4.63 | 9.58 | - |
| YUV | 62.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 87 | 0.07 | 0.44 | 0 | 0.66 | 290.53 | 0.28 | 0.27 |
| Hex | 51 | 31 | 57 | 7 | 2C | 0 | 42 | 123 | 1C | 1B |
| Octal | 121 | 61 | 127 | 7 | 54 | 0 | 102 | 443 | 34 | 33 |
| Binary | 1010001 | 110001 | 1010111 | 111 | 101100 | 0 | 1000010 | 100100011 | 11100 | 11011 |
Color Harmonies of #513157
Complementary color
Monochromatic Colors of #513157
Black with #513157
Text Example
Text Example
White with #513157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513157; }
p { color: rgb(81,49,87); }
H1.HeaderClassName
{
color: #513157;
}
.AnyTagClassName
{
color: #513157;
}
</style>
background-color css
<style>
a { background-color: #513157; }
a { background-color: rgb(81,49,87); }
div.DivClassName
{
background-color: #513157;
}
.BgClassName
{
background-color: #513157;
}
</style>
border-color css
<style>
span { border-color: #513157; }
span { border-color: rgb(81,49,87); }
td.TdClassName
{
border-color: #513157;
}
.TagClassName
{
border-color: #513157;
}
</style>