Shades of Hot Purple #511850
Tints of Hot Purple #511850
RGB
CMYK
RGB Variations
Color information
#511850 (or 0x511850) is known color: Hot Purple. HEX triplet: 51, 18 and 50. RGB value is (81,24,80). Sum of RGB (Red+Green+Blue) = 81+24+80=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #511850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511850 is #AEE7AF. Grayscale: #2F2F2F. Windows color (decimal): -11462576 or 5249105. OLE color: 5249105.
HSL color Cylindrical-coordinate representation of color #511850: hue angle of 301.05º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511850 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 80 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.68 |
| HSL | 301.05º | 0.54% | 0.21% | - |
| HSV(B) | 301.05º | 0.7% | 0.32% | - |
| XYZ | 5.17 | 2.98 | 7.89 | - |
| YUV | 47.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 80 | 0 | 0.70 | 0.01 | 0.68 | 301.05 | 0.54 | 0.21 |
| Hex | 51 | 18 | 50 | 0 | 46 | 1 | 44 | 12D | 36 | 15 |
| Octal | 121 | 30 | 120 | 0 | 106 | 1 | 104 | 455 | 66 | 25 |
| Binary | 1010001 | 11000 | 1010000 | 0 | 1000110 | 1 | 1000100 | 100101101 | 110110 | 10101 |
Color Harmonies of #511850
Complementary color
Monochromatic Colors of #511850
Black with #511850
Text Example
Text Example
White with #511850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511850; }
p { color: rgb(81,24,80); }
H1.HeaderClassName
{
color: #511850;
}
.AnyTagClassName
{
color: #511850;
}
</style>
background-color css
<style>
a { background-color: #511850; }
a { background-color: rgb(81,24,80); }
div.DivClassName
{
background-color: #511850;
}
.BgClassName
{
background-color: #511850;
}
</style>
border-color css
<style>
span { border-color: #511850; }
span { border-color: rgb(81,24,80); }
td.TdClassName
{
border-color: #511850;
}
.TagClassName
{
border-color: #511850;
}
</style>