Shades of Hot Purple #511753
Tints of Hot Purple #511753
RGB
CMYK
RGB Variations
Color information
#511753 (or 0x511753) is known color: Hot Purple. HEX triplet: 51, 17 and 53. RGB value is (81,23,83). Sum of RGB (Red+Green+Blue) = 81+23+83=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #511753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511753 is #AEE8AC. Grayscale: #2F2F2F. Windows color (decimal): -11462829 or 5445457. OLE color: 5445457.
HSL color Cylindrical-coordinate representation of color #511753: hue angle of 298º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511753 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 23 | 83 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.67 |
| HSL | 298º | 0.57% | 0.21% | - |
| HSV(B) | 298º | 0.72% | 0.33% | - |
| XYZ | 5.26 | 2.99 | 8.48 | - |
| YUV | 47.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 83 | 0.02 | 0.72 | 0 | 0.67 | 298 | 0.57 | 0.21 |
| Hex | 51 | 17 | 53 | 2 | 48 | 0 | 43 | 12A | 39 | 15 |
| Octal | 121 | 27 | 123 | 2 | 110 | 0 | 103 | 452 | 71 | 25 |
| Binary | 1010001 | 10111 | 1010011 | 10 | 1001000 | 0 | 1000011 | 100101010 | 111001 | 10101 |
Color Harmonies of #511753
Complementary color
Monochromatic Colors of #511753
Black with #511753
Text Example
Text Example
White with #511753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511753; }
p { color: rgb(81,23,83); }
H1.HeaderClassName
{
color: #511753;
}
.AnyTagClassName
{
color: #511753;
}
</style>
background-color css
<style>
a { background-color: #511753; }
a { background-color: rgb(81,23,83); }
div.DivClassName
{
background-color: #511753;
}
.BgClassName
{
background-color: #511753;
}
</style>
border-color css
<style>
span { border-color: #511753; }
span { border-color: rgb(81,23,83); }
td.TdClassName
{
border-color: #511753;
}
.TagClassName
{
border-color: #511753;
}
</style>