Shades of Hot Purple #51105E
Tints of Hot Purple #51105E
RGB
CMYK
RGB Variations
Color information
#51105E (or 0x51105E) is known color: Hot Purple. HEX triplet: 51, 10 and 5E. RGB value is (81,16,94). Sum of RGB (Red+Green+Blue) = 81+16+94=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #51105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51105E is #AEEFA1. Grayscale: #2C2C2C. Windows color (decimal): -11464610 or 6164561. OLE color: 6164561.
HSL color Cylindrical-coordinate representation of color #51105E: hue angle of 290º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51105E is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 16 | 94 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.63 |
| HSL | 290º | 0.71% | 0.22% | - |
| HSV(B) | 290º | 0.83% | 0.37% | - |
| XYZ | 5.6 | 2.93 | 10.86 | - |
| YUV | 44.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 94 | 0.14 | 0.83 | 0 | 0.63 | 290 | 0.71 | 0.22 |
| Hex | 51 | 10 | 5E | E | 53 | 0 | 3F | 122 | 47 | 16 |
| Octal | 121 | 20 | 136 | 16 | 123 | 0 | 77 | 442 | 107 | 26 |
| Binary | 1010001 | 10000 | 1011110 | 1110 | 1010011 | 0 | 111111 | 100100010 | 1000111 | 10110 |
Color Harmonies of #51105E
Complementary color
Monochromatic Colors of #51105E
Black with #51105E
Text Example
Text Example
White with #51105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51105E; }
p { color: rgb(81,16,94); }
H1.HeaderClassName
{
color: #51105E;
}
.AnyTagClassName
{
color: #51105E;
}
</style>
background-color css
<style>
a { background-color: #51105E; }
a { background-color: rgb(81,16,94); }
div.DivClassName
{
background-color: #51105E;
}
.BgClassName
{
background-color: #51105E;
}
</style>
border-color css
<style>
span { border-color: #51105E; }
span { border-color: rgb(81,16,94); }
td.TdClassName
{
border-color: #51105E;
}
.TagClassName
{
border-color: #51105E;
}
</style>