Shades of Hot Purple #511C5B
Tints of Hot Purple #511C5B
RGB
CMYK
RGB Variations
Color information
#511C5B (or 0x511C5B) is known color: Hot Purple. HEX triplet: 51, 1C and 5B. RGB value is (81,28,91). Sum of RGB (Red+Green+Blue) = 81+28+91=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #511C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C5B is #AEE3A4. Grayscale: #323232. Windows color (decimal): -11461541 or 5971025. OLE color: 5971025.
HSL color Cylindrical-coordinate representation of color #511C5B: hue angle of 290.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511C5B is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 28 | 91 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.64 |
| HSL | 290.48º | 0.53% | 0.23% | - |
| HSV(B) | 290.48º | 0.69% | 0.36% | - |
| XYZ | 5.7 | 3.34 | 10.24 | - |
| YUV | 51.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 91 | 0.11 | 0.69 | 0 | 0.64 | 290.48 | 0.53 | 0.23 |
| Hex | 51 | 1C | 5B | B | 45 | 0 | 40 | 122 | 35 | 17 |
| Octal | 121 | 34 | 133 | 13 | 105 | 0 | 100 | 442 | 65 | 27 |
| Binary | 1010001 | 11100 | 1011011 | 1011 | 1000101 | 0 | 1000000 | 100100010 | 110101 | 10111 |
Color Harmonies of #511C5B
Complementary color
Monochromatic Colors of #511C5B
Black with #511C5B
Text Example
Text Example
White with #511C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C5B; }
p { color: rgb(81,28,91); }
H1.HeaderClassName
{
color: #511C5B;
}
.AnyTagClassName
{
color: #511C5B;
}
</style>
background-color css
<style>
a { background-color: #511C5B; }
a { background-color: rgb(81,28,91); }
div.DivClassName
{
background-color: #511C5B;
}
.BgClassName
{
background-color: #511C5B;
}
</style>
border-color css
<style>
span { border-color: #511C5B; }
span { border-color: rgb(81,28,91); }
td.TdClassName
{
border-color: #511C5B;
}
.TagClassName
{
border-color: #511C5B;
}
</style>