Shades of Hot Purple #51105D
Tints of Hot Purple #51105D
RGB
CMYK
RGB Variations
Color information
#51105D (or 0x51105D) is known color: Hot Purple. HEX triplet: 51, 10 and 5D. RGB value is (81,16,93). Sum of RGB (Red+Green+Blue) = 81+16+93=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #51105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51105D is #AEEFA2. Grayscale: #2B2B2B. Windows color (decimal): -11464611 or 6099025. OLE color: 6099025.
HSL color Cylindrical-coordinate representation of color #51105D: hue angle of 290.65º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51105D is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 16 | 93 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.64 |
| HSL | 290.65º | 0.71% | 0.21% | - |
| HSV(B) | 290.65º | 0.83% | 0.36% | - |
| XYZ | 5.55 | 2.91 | 10.62 | - |
| YUV | 44.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 93 | 0.13 | 0.83 | 0 | 0.64 | 290.65 | 0.71 | 0.21 |
| Hex | 51 | 10 | 5D | D | 53 | 0 | 40 | 123 | 47 | 15 |
| Octal | 121 | 20 | 135 | 15 | 123 | 0 | 100 | 443 | 107 | 25 |
| Binary | 1010001 | 10000 | 1011101 | 1101 | 1010011 | 0 | 1000000 | 100100011 | 1000111 | 10101 |
Color Harmonies of #51105D
Complementary color
Monochromatic Colors of #51105D
Black with #51105D
Text Example
Text Example
White with #51105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51105D; }
p { color: rgb(81,16,93); }
H1.HeaderClassName
{
color: #51105D;
}
.AnyTagClassName
{
color: #51105D;
}
</style>
background-color css
<style>
a { background-color: #51105D; }
a { background-color: rgb(81,16,93); }
div.DivClassName
{
background-color: #51105D;
}
.BgClassName
{
background-color: #51105D;
}
</style>
border-color css
<style>
span { border-color: #51105D; }
span { border-color: rgb(81,16,93); }
td.TdClassName
{
border-color: #51105D;
}
.TagClassName
{
border-color: #51105D;
}
</style>