Shades of Hot Purple #511A50
Tints of Hot Purple #511A50
RGB
CMYK
RGB Variations
Color information
#511A50 (or 0x511A50) is known color: Hot Purple. HEX triplet: 51, 1A and 50. RGB value is (81,26,80). Sum of RGB (Red+Green+Blue) = 81+26+80=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #511A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A50 is #AEE5AF. Grayscale: #303030. Windows color (decimal): -11462064 or 5249617. OLE color: 5249617.
HSL color Cylindrical-coordinate representation of color #511A50: hue angle of 301.09º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A50 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 80 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.68 |
| HSL | 301.09º | 0.51% | 0.21% | - |
| HSV(B) | 301.09º | 0.68% | 0.32% | - |
| XYZ | 5.21 | 3.07 | 7.91 | - |
| YUV | 48.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 80 | 0 | 0.68 | 0.01 | 0.68 | 301.09 | 0.51 | 0.21 |
| Hex | 51 | 1A | 50 | 0 | 44 | 1 | 44 | 12D | 33 | 15 |
| Octal | 121 | 32 | 120 | 0 | 104 | 1 | 104 | 455 | 63 | 25 |
| Binary | 1010001 | 11010 | 1010000 | 0 | 1000100 | 1 | 1000100 | 100101101 | 110011 | 10101 |
Color Harmonies of #511A50
Complementary color
Monochromatic Colors of #511A50
Black with #511A50
Text Example
Text Example
White with #511A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A50; }
p { color: rgb(81,26,80); }
H1.HeaderClassName
{
color: #511A50;
}
.AnyTagClassName
{
color: #511A50;
}
</style>
background-color css
<style>
a { background-color: #511A50; }
a { background-color: rgb(81,26,80); }
div.DivClassName
{
background-color: #511A50;
}
.BgClassName
{
background-color: #511A50;
}
</style>
border-color css
<style>
span { border-color: #511A50; }
span { border-color: rgb(81,26,80); }
td.TdClassName
{
border-color: #511A50;
}
.TagClassName
{
border-color: #511A50;
}
</style>