Shades of Hot Purple #511953
Tints of Hot Purple #511953
RGB
CMYK
RGB Variations
Color information
#511953 (or 0x511953) is known color: Hot Purple. HEX triplet: 51, 19 and 53. RGB value is (81,25,83). Sum of RGB (Red+Green+Blue) = 81+25+83=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #511953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511953 is #AEE6AC. Grayscale: #303030. Windows color (decimal): -11462317 or 5445969. OLE color: 5445969.
HSL color Cylindrical-coordinate representation of color #511953: hue angle of 297.93º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511953 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 25 | 83 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.67 |
| HSL | 297.93º | 0.54% | 0.21% | - |
| HSV(B) | 297.93º | 0.7% | 0.33% | - |
| XYZ | 5.3 | 3.07 | 8.5 | - |
| YUV | 48.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 83 | 0.02 | 0.70 | 0 | 0.67 | 297.93 | 0.54 | 0.21 |
| Hex | 51 | 19 | 53 | 2 | 46 | 0 | 43 | 12A | 36 | 15 |
| Octal | 121 | 31 | 123 | 2 | 106 | 0 | 103 | 452 | 66 | 25 |
| Binary | 1010001 | 11001 | 1010011 | 10 | 1000110 | 0 | 1000011 | 100101010 | 110110 | 10101 |
Color Harmonies of #511953
Complementary color
Monochromatic Colors of #511953
Black with #511953
Text Example
Text Example
White with #511953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511953; }
p { color: rgb(81,25,83); }
H1.HeaderClassName
{
color: #511953;
}
.AnyTagClassName
{
color: #511953;
}
</style>
background-color css
<style>
a { background-color: #511953; }
a { background-color: rgb(81,25,83); }
div.DivClassName
{
background-color: #511953;
}
.BgClassName
{
background-color: #511953;
}
</style>
border-color css
<style>
span { border-color: #511953; }
span { border-color: rgb(81,25,83); }
td.TdClassName
{
border-color: #511953;
}
.TagClassName
{
border-color: #511953;
}
</style>