Shades of Hot Purple #511950
Tints of Hot Purple #511950
RGB
CMYK
RGB Variations
Color information
#511950 (or 0x511950) is known color: Hot Purple. HEX triplet: 51, 19 and 50. RGB value is (81,25,80). Sum of RGB (Red+Green+Blue) = 81+25+80=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #511950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511950 is #AEE6AF. Grayscale: #2F2F2F. Windows color (decimal): -11462320 or 5249361. OLE color: 5249361.
HSL color Cylindrical-coordinate representation of color #511950: hue angle of 301.07º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511950 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 80 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.68 |
| HSL | 301.07º | 0.53% | 0.21% | - |
| HSV(B) | 301.07º | 0.69% | 0.32% | - |
| XYZ | 5.19 | 3.02 | 7.9 | - |
| YUV | 48.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 80 | 0 | 0.69 | 0.01 | 0.68 | 301.07 | 0.53 | 0.21 |
| Hex | 51 | 19 | 50 | 0 | 45 | 1 | 44 | 12D | 35 | 15 |
| Octal | 121 | 31 | 120 | 0 | 105 | 1 | 104 | 455 | 65 | 25 |
| Binary | 1010001 | 11001 | 1010000 | 0 | 1000101 | 1 | 1000100 | 100101101 | 110101 | 10101 |
Color Harmonies of #511950
Complementary color
Monochromatic Colors of #511950
Black with #511950
Text Example
Text Example
White with #511950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511950; }
p { color: rgb(81,25,80); }
H1.HeaderClassName
{
color: #511950;
}
.AnyTagClassName
{
color: #511950;
}
</style>
background-color css
<style>
a { background-color: #511950; }
a { background-color: rgb(81,25,80); }
div.DivClassName
{
background-color: #511950;
}
.BgClassName
{
background-color: #511950;
}
</style>
border-color css
<style>
span { border-color: #511950; }
span { border-color: rgb(81,25,80); }
td.TdClassName
{
border-color: #511950;
}
.TagClassName
{
border-color: #511950;
}
</style>