Shades of Hot Purple #511757
Tints of Hot Purple #511757
RGB
CMYK
RGB Variations
Color information
#511757 (or 0x511757) is known color: Hot Purple. HEX triplet: 51, 17 and 57. RGB value is (81,23,87). Sum of RGB (Red+Green+Blue) = 81+23+87=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #511757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511757 is #AEE8A8. Grayscale: #2F2F2F. Windows color (decimal): -11462825 or 5707601. OLE color: 5707601.
HSL color Cylindrical-coordinate representation of color #511757: hue angle of 294.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511757 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 23 | 87 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.66 |
| HSL | 294.38º | 0.58% | 0.22% | - |
| HSV(B) | 294.38º | 0.74% | 0.34% | - |
| XYZ | 5.42 | 3.05 | 9.32 | - |
| YUV | 47.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 87 | 0.07 | 0.74 | 0 | 0.66 | 294.38 | 0.58 | 0.22 |
| Hex | 51 | 17 | 57 | 7 | 4A | 0 | 42 | 126 | 3A | 16 |
| Octal | 121 | 27 | 127 | 7 | 112 | 0 | 102 | 446 | 72 | 26 |
| Binary | 1010001 | 10111 | 1010111 | 111 | 1001010 | 0 | 1000010 | 100100110 | 111010 | 10110 |
Color Harmonies of #511757
Complementary color
Monochromatic Colors of #511757
Black with #511757
Text Example
Text Example
White with #511757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511757; }
p { color: rgb(81,23,87); }
H1.HeaderClassName
{
color: #511757;
}
.AnyTagClassName
{
color: #511757;
}
</style>
background-color css
<style>
a { background-color: #511757; }
a { background-color: rgb(81,23,87); }
div.DivClassName
{
background-color: #511757;
}
.BgClassName
{
background-color: #511757;
}
</style>
border-color css
<style>
span { border-color: #511757; }
span { border-color: rgb(81,23,87); }
td.TdClassName
{
border-color: #511757;
}
.TagClassName
{
border-color: #511757;
}
</style>