Shades of Hot Purple #51115B
Tints of Hot Purple #51115B
RGB
CMYK
RGB Variations
Color information
#51115B (or 0x51115B) is known color: Hot Purple. HEX triplet: 51, 11 and 5B. RGB value is (81,17,91). Sum of RGB (Red+Green+Blue) = 81+17+91=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #51115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51115B is #AEEEA4. Grayscale: #2C2C2C. Windows color (decimal): -11464357 or 5968209. OLE color: 5968209.
HSL color Cylindrical-coordinate representation of color #51115B: hue angle of 291.89º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51115B is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 17 | 91 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.64 |
| HSL | 291.89º | 0.69% | 0.21% | - |
| HSV(B) | 291.89º | 0.81% | 0.36% | - |
| XYZ | 5.48 | 2.91 | 10.17 | - |
| YUV | 44.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 91 | 0.11 | 0.81 | 0 | 0.64 | 291.89 | 0.69 | 0.21 |
| Hex | 51 | 11 | 5B | B | 51 | 0 | 40 | 124 | 45 | 15 |
| Octal | 121 | 21 | 133 | 13 | 121 | 0 | 100 | 444 | 105 | 25 |
| Binary | 1010001 | 10001 | 1011011 | 1011 | 1010001 | 0 | 1000000 | 100100100 | 1000101 | 10101 |
Color Harmonies of #51115B
Complementary color
Monochromatic Colors of #51115B
Black with #51115B
Text Example
Text Example
White with #51115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51115B; }
p { color: rgb(81,17,91); }
H1.HeaderClassName
{
color: #51115B;
}
.AnyTagClassName
{
color: #51115B;
}
</style>
background-color css
<style>
a { background-color: #51115B; }
a { background-color: rgb(81,17,91); }
div.DivClassName
{
background-color: #51115B;
}
.BgClassName
{
background-color: #51115B;
}
</style>
border-color css
<style>
span { border-color: #51115B; }
span { border-color: rgb(81,17,91); }
td.TdClassName
{
border-color: #51115B;
}
.TagClassName
{
border-color: #51115B;
}
</style>