Shades of Hot Purple #51115A
Tints of Hot Purple #51115A
RGB
CMYK
RGB Variations
Color information
#51115A (or 0x51115A) is known color: Hot Purple. HEX triplet: 51, 11 and 5A. RGB value is (81,17,90). Sum of RGB (Red+Green+Blue) = 81+17+90=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #51115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51115A is #AEEEA5. Grayscale: #2C2C2C. Windows color (decimal): -11464358 or 5902673. OLE color: 5902673.
HSL color Cylindrical-coordinate representation of color #51115A: hue angle of 292.6º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51115A is Cyan = 0.1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 17 | 90 | - |
| CMYK | 0.1 | 0.81 | 0 | 0.65 |
| HSL | 292.6º | 0.68% | 0.21% | - |
| HSV(B) | 292.6º | 0.81% | 0.35% | - |
| XYZ | 5.44 | 2.89 | 9.94 | - |
| YUV | 44.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 90 | 0.1 | 0.81 | 0 | 0.65 | 292.6 | 0.68 | 0.21 |
| Hex | 51 | 11 | 5A | A | 51 | 0 | 41 | 125 | 44 | 15 |
| Octal | 121 | 21 | 132 | 12 | 121 | 0 | 101 | 445 | 104 | 25 |
| Binary | 1010001 | 10001 | 1011010 | 1010 | 1010001 | 0 | 1000001 | 100100101 | 1000100 | 10101 |
Color Harmonies of #51115A
Complementary color
Monochromatic Colors of #51115A
Black with #51115A
Text Example
Text Example
White with #51115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51115A; }
p { color: rgb(81,17,90); }
H1.HeaderClassName
{
color: #51115A;
}
.AnyTagClassName
{
color: #51115A;
}
</style>
background-color css
<style>
a { background-color: #51115A; }
a { background-color: rgb(81,17,90); }
div.DivClassName
{
background-color: #51115A;
}
.BgClassName
{
background-color: #51115A;
}
</style>
border-color css
<style>
span { border-color: #51115A; }
span { border-color: rgb(81,17,90); }
td.TdClassName
{
border-color: #51115A;
}
.TagClassName
{
border-color: #51115A;
}
</style>