Shades of Hot Purple #511955
Tints of Hot Purple #511955
RGB
CMYK
RGB Variations
Color information
#511955 (or 0x511955) is known color: Hot Purple. HEX triplet: 51, 19 and 55. RGB value is (81,25,85). Sum of RGB (Red+Green+Blue) = 81+25+85=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #511955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511955 is #AEE6AA. Grayscale: #303030. Windows color (decimal): -11462315 or 5577041. OLE color: 5577041.
HSL color Cylindrical-coordinate representation of color #511955: hue angle of 296º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #511955 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 25 | 85 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.67 |
| HSL | 296º | 0.55% | 0.22% | - |
| HSV(B) | 296º | 0.71% | 0.33% | - |
| XYZ | 5.38 | 3.1 | 8.91 | - |
| YUV | 48.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 85 | 0.05 | 0.71 | 0 | 0.67 | 296 | 0.55 | 0.22 |
| Hex | 51 | 19 | 55 | 5 | 47 | 0 | 43 | 128 | 37 | 16 |
| Octal | 121 | 31 | 125 | 5 | 107 | 0 | 103 | 450 | 67 | 26 |
| Binary | 1010001 | 11001 | 1010101 | 101 | 1000111 | 0 | 1000011 | 100101000 | 110111 | 10110 |
Color Harmonies of #511955
Complementary color
Monochromatic Colors of #511955
Black with #511955
Text Example
Text Example
White with #511955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511955; }
p { color: rgb(81,25,85); }
H1.HeaderClassName
{
color: #511955;
}
.AnyTagClassName
{
color: #511955;
}
</style>
background-color css
<style>
a { background-color: #511955; }
a { background-color: rgb(81,25,85); }
div.DivClassName
{
background-color: #511955;
}
.BgClassName
{
background-color: #511955;
}
</style>
border-color css
<style>
span { border-color: #511955; }
span { border-color: rgb(81,25,85); }
td.TdClassName
{
border-color: #511955;
}
.TagClassName
{
border-color: #511955;
}
</style>