Shades of Hot Purple #511957
Tints of Hot Purple #511957
RGB
CMYK
RGB Variations
Color information
#511957 (or 0x511957) is known color: Hot Purple. HEX triplet: 51, 19 and 57. RGB value is (81,25,87). Sum of RGB (Red+Green+Blue) = 81+25+87=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #511957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511957 is #AEE6A8. Grayscale: #303030. Windows color (decimal): -11462313 or 5708113. OLE color: 5708113.
HSL color Cylindrical-coordinate representation of color #511957: hue angle of 294.19º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #511957 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 25 | 87 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.66 |
| HSL | 294.19º | 0.55% | 0.22% | - |
| HSV(B) | 294.19º | 0.71% | 0.34% | - |
| XYZ | 5.46 | 3.13 | 9.33 | - |
| YUV | 48.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 87 | 0.07 | 0.71 | 0 | 0.66 | 294.19 | 0.55 | 0.22 |
| Hex | 51 | 19 | 57 | 7 | 47 | 0 | 42 | 126 | 37 | 16 |
| Octal | 121 | 31 | 127 | 7 | 107 | 0 | 102 | 446 | 67 | 26 |
| Binary | 1010001 | 11001 | 1010111 | 111 | 1000111 | 0 | 1000010 | 100100110 | 110111 | 10110 |
Color Harmonies of #511957
Complementary color
Monochromatic Colors of #511957
Black with #511957
Text Example
Text Example
White with #511957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511957; }
p { color: rgb(81,25,87); }
H1.HeaderClassName
{
color: #511957;
}
.AnyTagClassName
{
color: #511957;
}
</style>
background-color css
<style>
a { background-color: #511957; }
a { background-color: rgb(81,25,87); }
div.DivClassName
{
background-color: #511957;
}
.BgClassName
{
background-color: #511957;
}
</style>
border-color css
<style>
span { border-color: #511957; }
span { border-color: rgb(81,25,87); }
td.TdClassName
{
border-color: #511957;
}
.TagClassName
{
border-color: #511957;
}
</style>