Shades of Hot Purple #511F57
Tints of Hot Purple #511F57
RGB
CMYK
RGB Variations
Color information
#511F57 (or 0x511F57) is known color: Hot Purple. HEX triplet: 51, 1F and 57. RGB value is (81,31,87). Sum of RGB (Red+Green+Blue) = 81+31+87=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #511F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F57 is #AEE0A8. Grayscale: #343434. Windows color (decimal): -11460777 or 5709649. OLE color: 5709649.
HSL color Cylindrical-coordinate representation of color #511F57: hue angle of 293.57º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511F57 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 31 | 87 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.66 |
| HSL | 293.57º | 0.47% | 0.23% | - |
| HSV(B) | 293.57º | 0.64% | 0.34% | - |
| XYZ | 5.6 | 3.42 | 9.38 | - |
| YUV | 52.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 87 | 0.07 | 0.64 | 0 | 0.66 | 293.57 | 0.47 | 0.23 |
| Hex | 51 | 1F | 57 | 7 | 40 | 0 | 42 | 126 | 2F | 17 |
| Octal | 121 | 37 | 127 | 7 | 100 | 0 | 102 | 446 | 57 | 27 |
| Binary | 1010001 | 11111 | 1010111 | 111 | 1000000 | 0 | 1000010 | 100100110 | 101111 | 10111 |
Color Harmonies of #511F57
Complementary color
Monochromatic Colors of #511F57
Black with #511F57
Text Example
Text Example
White with #511F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F57; }
p { color: rgb(81,31,87); }
H1.HeaderClassName
{
color: #511F57;
}
.AnyTagClassName
{
color: #511F57;
}
</style>
background-color css
<style>
a { background-color: #511F57; }
a { background-color: rgb(81,31,87); }
div.DivClassName
{
background-color: #511F57;
}
.BgClassName
{
background-color: #511F57;
}
</style>
border-color css
<style>
span { border-color: #511F57; }
span { border-color: rgb(81,31,87); }
td.TdClassName
{
border-color: #511F57;
}
.TagClassName
{
border-color: #511F57;
}
</style>