Shades of Hot Purple #511552
Tints of Hot Purple #511552
RGB
CMYK
RGB Variations
Color information
#511552 (or 0x511552) is known color: Hot Purple. HEX triplet: 51, 15 and 52. RGB value is (81,21,82). Sum of RGB (Red+Green+Blue) = 81+21+82=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #511552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511552 is #AEEAAD. Grayscale: #2D2D2D. Windows color (decimal): -11463342 or 5379409. OLE color: 5379409.
HSL color Cylindrical-coordinate representation of color #511552: hue angle of 299.02º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511552 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 82 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.68 |
| HSL | 299.02º | 0.59% | 0.2% | - |
| HSV(B) | 299.02º | 0.74% | 0.32% | - |
| XYZ | 5.18 | 2.89 | 8.27 | - |
| YUV | 45.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 82 | 0.01 | 0.74 | 0 | 0.68 | 299.02 | 0.59 | 0.2 |
| Hex | 51 | 15 | 52 | 1 | 4A | 0 | 44 | 12B | 3B | 14 |
| Octal | 121 | 25 | 122 | 1 | 112 | 0 | 104 | 453 | 73 | 24 |
| Binary | 1010001 | 10101 | 1010010 | 1 | 1001010 | 0 | 1000100 | 100101011 | 111011 | 10100 |
Color Harmonies of #511552
Complementary color
Monochromatic Colors of #511552
Black with #511552
Text Example
Text Example
White with #511552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511552; }
p { color: rgb(81,21,82); }
H1.HeaderClassName
{
color: #511552;
}
.AnyTagClassName
{
color: #511552;
}
</style>
background-color css
<style>
a { background-color: #511552; }
a { background-color: rgb(81,21,82); }
div.DivClassName
{
background-color: #511552;
}
.BgClassName
{
background-color: #511552;
}
</style>
border-color css
<style>
span { border-color: #511552; }
span { border-color: rgb(81,21,82); }
td.TdClassName
{
border-color: #511552;
}
.TagClassName
{
border-color: #511552;
}
</style>