Shades of Hot Purple #511D53
Tints of Hot Purple #511D53
RGB
CMYK
RGB Variations
Color information
#511D53 (or 0x511D53) is known color: Hot Purple. HEX triplet: 51, 1D and 53. RGB value is (81,29,83). Sum of RGB (Red+Green+Blue) = 81+29+83=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #511D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D53 is #AEE2AC. Grayscale: #323232. Windows color (decimal): -11461293 or 5446993. OLE color: 5446993.
HSL color Cylindrical-coordinate representation of color #511D53: hue angle of 297.78º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511D53 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 29 | 83 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.67 |
| HSL | 297.78º | 0.48% | 0.22% | - |
| HSV(B) | 297.78º | 0.65% | 0.33% | - |
| XYZ | 5.39 | 3.25 | 8.53 | - |
| YUV | 50.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 83 | 0.02 | 0.65 | 0 | 0.67 | 297.78 | 0.48 | 0.22 |
| Hex | 51 | 1D | 53 | 2 | 41 | 0 | 43 | 12A | 30 | 16 |
| Octal | 121 | 35 | 123 | 2 | 101 | 0 | 103 | 452 | 60 | 26 |
| Binary | 1010001 | 11101 | 1010011 | 10 | 1000001 | 0 | 1000011 | 100101010 | 110000 | 10110 |
Color Harmonies of #511D53
Complementary color
Monochromatic Colors of #511D53
Black with #511D53
Text Example
Text Example
White with #511D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D53; }
p { color: rgb(81,29,83); }
H1.HeaderClassName
{
color: #511D53;
}
.AnyTagClassName
{
color: #511D53;
}
</style>
background-color css
<style>
a { background-color: #511D53; }
a { background-color: rgb(81,29,83); }
div.DivClassName
{
background-color: #511D53;
}
.BgClassName
{
background-color: #511D53;
}
</style>
border-color css
<style>
span { border-color: #511D53; }
span { border-color: rgb(81,29,83); }
td.TdClassName
{
border-color: #511D53;
}
.TagClassName
{
border-color: #511D53;
}
</style>