Shades of Hot Purple #511B5B
Tints of Hot Purple #511B5B
RGB
CMYK
RGB Variations
Color information
#511B5B (or 0x511B5B) is known color: Hot Purple. HEX triplet: 51, 1B and 5B. RGB value is (81,27,91). Sum of RGB (Red+Green+Blue) = 81+27+91=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #511B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511B5B is #AEE4A4. Grayscale: #323232. Windows color (decimal): -11461797 or 5970769. OLE color: 5970769.
HSL color Cylindrical-coordinate representation of color #511B5B: hue angle of 290.62º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511B5B is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 27 | 91 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.64 |
| HSL | 290.63º | 0.54% | 0.23% | - |
| HSV(B) | 290.63º | 0.7% | 0.36% | - |
| XYZ | 5.67 | 3.29 | 10.23 | - |
| YUV | 50.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 91 | 0.11 | 0.70 | 0 | 0.64 | 290.63 | 0.54 | 0.23 |
| Hex | 51 | 1B | 5B | B | 46 | 0 | 40 | 123 | 36 | 17 |
| Octal | 121 | 33 | 133 | 13 | 106 | 0 | 100 | 443 | 66 | 27 |
| Binary | 1010001 | 11011 | 1011011 | 1011 | 1000110 | 0 | 1000000 | 100100011 | 110110 | 10111 |
Color Harmonies of #511B5B
Complementary color
Monochromatic Colors of #511B5B
Black with #511B5B
Text Example
Text Example
White with #511B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B5B; }
p { color: rgb(81,27,91); }
H1.HeaderClassName
{
color: #511B5B;
}
.AnyTagClassName
{
color: #511B5B;
}
</style>
background-color css
<style>
a { background-color: #511B5B; }
a { background-color: rgb(81,27,91); }
div.DivClassName
{
background-color: #511B5B;
}
.BgClassName
{
background-color: #511B5B;
}
</style>
border-color css
<style>
span { border-color: #511B5B; }
span { border-color: rgb(81,27,91); }
td.TdClassName
{
border-color: #511B5B;
}
.TagClassName
{
border-color: #511B5B;
}
</style>