Shades of Hot Purple #511152
Tints of Hot Purple #511152
RGB
CMYK
RGB Variations
Color information
#511152 (or 0x511152) is known color: Hot Purple. HEX triplet: 51, 11 and 52. RGB value is (81,17,82). Sum of RGB (Red+Green+Blue) = 81+17+82=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #511152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511152 is #AEEEAD. Grayscale: #2B2B2B. Windows color (decimal): -11464366 or 5378385. OLE color: 5378385.
HSL color Cylindrical-coordinate representation of color #511152: hue angle of 299.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511152 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 82 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.68 |
| HSL | 299.08º | 0.66% | 0.19% | - |
| HSV(B) | 299.08º | 0.79% | 0.32% | - |
| XYZ | 5.12 | 2.76 | 8.25 | - |
| YUV | 43.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 82 | 0.01 | 0.79 | 0 | 0.68 | 299.08 | 0.66 | 0.19 |
| Hex | 51 | 11 | 52 | 1 | 4F | 0 | 44 | 12B | 42 | 13 |
| Octal | 121 | 21 | 122 | 1 | 117 | 0 | 104 | 453 | 102 | 23 |
| Binary | 1010001 | 10001 | 1010010 | 1 | 1001111 | 0 | 1000100 | 100101011 | 1000010 | 10011 |
Color Harmonies of #511152
Complementary color
Monochromatic Colors of #511152
Black with #511152
Text Example
Text Example
White with #511152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511152; }
p { color: rgb(81,17,82); }
H1.HeaderClassName
{
color: #511152;
}
.AnyTagClassName
{
color: #511152;
}
</style>
background-color css
<style>
a { background-color: #511152; }
a { background-color: rgb(81,17,82); }
div.DivClassName
{
background-color: #511152;
}
.BgClassName
{
background-color: #511152;
}
</style>
border-color css
<style>
span { border-color: #511152; }
span { border-color: rgb(81,17,82); }
td.TdClassName
{
border-color: #511152;
}
.TagClassName
{
border-color: #511152;
}
</style>