Shades of Hot Purple #511A5A
Tints of Hot Purple #511A5A
RGB
CMYK
RGB Variations
Color information
#511A5A (or 0x511A5A) is known color: Hot Purple. HEX triplet: 51, 1A and 5A. RGB value is (81,26,90). Sum of RGB (Red+Green+Blue) = 81+26+90=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #511A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A5A is #AEE5A5. Grayscale: #313131. Windows color (decimal): -11462054 or 5904977. OLE color: 5904977.
HSL color Cylindrical-coordinate representation of color #511A5A: hue angle of 291.56º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #511A5A is Cyan = 0.1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 26 | 90 | - |
| CMYK | 0.1 | 0.71 | 0 | 0.65 |
| HSL | 291.56º | 0.55% | 0.23% | - |
| HSV(B) | 291.56º | 0.71% | 0.35% | - |
| XYZ | 5.61 | 3.23 | 10 | - |
| YUV | 49.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 90 | 0.1 | 0.71 | 0 | 0.65 | 291.56 | 0.55 | 0.23 |
| Hex | 51 | 1A | 5A | A | 47 | 0 | 41 | 124 | 37 | 17 |
| Octal | 121 | 32 | 132 | 12 | 107 | 0 | 101 | 444 | 67 | 27 |
| Binary | 1010001 | 11010 | 1011010 | 1010 | 1000111 | 0 | 1000001 | 100100100 | 110111 | 10111 |
Color Harmonies of #511A5A
Complementary color
Monochromatic Colors of #511A5A
Black with #511A5A
Text Example
Text Example
White with #511A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A5A; }
p { color: rgb(81,26,90); }
H1.HeaderClassName
{
color: #511A5A;
}
.AnyTagClassName
{
color: #511A5A;
}
</style>
background-color css
<style>
a { background-color: #511A5A; }
a { background-color: rgb(81,26,90); }
div.DivClassName
{
background-color: #511A5A;
}
.BgClassName
{
background-color: #511A5A;
}
</style>
border-color css
<style>
span { border-color: #511A5A; }
span { border-color: rgb(81,26,90); }
td.TdClassName
{
border-color: #511A5A;
}
.TagClassName
{
border-color: #511A5A;
}
</style>