Shades of Hot Purple #511D52
Tints of Hot Purple #511D52
RGB
CMYK
RGB Variations
Color information
#511D52 (or 0x511D52) is known color: Hot Purple. HEX triplet: 51, 1D and 52. RGB value is (81,29,82). Sum of RGB (Red+Green+Blue) = 81+29+82=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #511D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D52 is #AEE2AD. Grayscale: #323232. Windows color (decimal): -11461294 or 5381457. OLE color: 5381457.
HSL color Cylindrical-coordinate representation of color #511D52: hue angle of 298.87º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511D52 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 29 | 82 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.68 |
| HSL | 298.87º | 0.48% | 0.22% | - |
| HSV(B) | 298.87º | 0.65% | 0.32% | - |
| XYZ | 5.36 | 3.24 | 8.33 | - |
| YUV | 50.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 82 | 0.01 | 0.65 | 0 | 0.68 | 298.87 | 0.48 | 0.22 |
| Hex | 51 | 1D | 52 | 1 | 41 | 0 | 44 | 12B | 30 | 16 |
| Octal | 121 | 35 | 122 | 1 | 101 | 0 | 104 | 453 | 60 | 26 |
| Binary | 1010001 | 11101 | 1010010 | 1 | 1000001 | 0 | 1000100 | 100101011 | 110000 | 10110 |
Color Harmonies of #511D52
Complementary color
Monochromatic Colors of #511D52
Black with #511D52
Text Example
Text Example
White with #511D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D52; }
p { color: rgb(81,29,82); }
H1.HeaderClassName
{
color: #511D52;
}
.AnyTagClassName
{
color: #511D52;
}
</style>
background-color css
<style>
a { background-color: #511D52; }
a { background-color: rgb(81,29,82); }
div.DivClassName
{
background-color: #511D52;
}
.BgClassName
{
background-color: #511D52;
}
</style>
border-color css
<style>
span { border-color: #511D52; }
span { border-color: rgb(81,29,82); }
td.TdClassName
{
border-color: #511D52;
}
.TagClassName
{
border-color: #511D52;
}
</style>