Shades of Hot Purple #511A5D
Tints of Hot Purple #511A5D
RGB
CMYK
RGB Variations
Color information
#511A5D (or 0x511A5D) is known color: Hot Purple. HEX triplet: 51, 1A and 5D. RGB value is (81,26,93). Sum of RGB (Red+Green+Blue) = 81+26+93=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #511A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A5D is #AEE5A2. Grayscale: #313131. Windows color (decimal): -11462051 or 6101585. OLE color: 6101585.
HSL color Cylindrical-coordinate representation of color #511A5D: hue angle of 289.25º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511A5D is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 26 | 93 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.64 |
| HSL | 289.25º | 0.56% | 0.23% | - |
| HSV(B) | 289.25º | 0.72% | 0.36% | - |
| XYZ | 5.74 | 3.28 | 10.69 | - |
| YUV | 50.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 93 | 0.13 | 0.72 | 0 | 0.64 | 289.25 | 0.56 | 0.23 |
| Hex | 51 | 1A | 5D | D | 48 | 0 | 40 | 121 | 38 | 17 |
| Octal | 121 | 32 | 135 | 15 | 110 | 0 | 100 | 441 | 70 | 27 |
| Binary | 1010001 | 11010 | 1011101 | 1101 | 1001000 | 0 | 1000000 | 100100001 | 111000 | 10111 |
Color Harmonies of #511A5D
Complementary color
Monochromatic Colors of #511A5D
Black with #511A5D
Text Example
Text Example
White with #511A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A5D; }
p { color: rgb(81,26,93); }
H1.HeaderClassName
{
color: #511A5D;
}
.AnyTagClassName
{
color: #511A5D;
}
</style>
background-color css
<style>
a { background-color: #511A5D; }
a { background-color: rgb(81,26,93); }
div.DivClassName
{
background-color: #511A5D;
}
.BgClassName
{
background-color: #511A5D;
}
</style>
border-color css
<style>
span { border-color: #511A5D; }
span { border-color: rgb(81,26,93); }
td.TdClassName
{
border-color: #511A5D;
}
.TagClassName
{
border-color: #511A5D;
}
</style>