Shades of Hot Purple #51135D
Tints of Hot Purple #51135D
RGB
CMYK
RGB Variations
Color information
#51135D (or 0x51135D) is known color: Hot Purple. HEX triplet: 51, 13 and 5D. RGB value is (81,19,93). Sum of RGB (Red+Green+Blue) = 81+19+93=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #51135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51135D is #AEECA2. Grayscale: #2D2D2D. Windows color (decimal): -11463843 or 6099793. OLE color: 6099793.
HSL color Cylindrical-coordinate representation of color #51135D: hue angle of 290.27º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51135D is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 19 | 93 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.64 |
| HSL | 290.27º | 0.66% | 0.22% | - |
| HSV(B) | 290.27º | 0.8% | 0.36% | - |
| XYZ | 5.6 | 3.01 | 10.64 | - |
| YUV | 45.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 93 | 0.13 | 0.80 | 0 | 0.64 | 290.27 | 0.66 | 0.22 |
| Hex | 51 | 13 | 5D | D | 50 | 0 | 40 | 122 | 42 | 16 |
| Octal | 121 | 23 | 135 | 15 | 120 | 0 | 100 | 442 | 102 | 26 |
| Binary | 1010001 | 10011 | 1011101 | 1101 | 1010000 | 0 | 1000000 | 100100010 | 1000010 | 10110 |
Color Harmonies of #51135D
Complementary color
Monochromatic Colors of #51135D
Black with #51135D
Text Example
Text Example
White with #51135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51135D; }
p { color: rgb(81,19,93); }
H1.HeaderClassName
{
color: #51135D;
}
.AnyTagClassName
{
color: #51135D;
}
</style>
background-color css
<style>
a { background-color: #51135D; }
a { background-color: rgb(81,19,93); }
div.DivClassName
{
background-color: #51135D;
}
.BgClassName
{
background-color: #51135D;
}
</style>
border-color css
<style>
span { border-color: #51135D; }
span { border-color: rgb(81,19,93); }
td.TdClassName
{
border-color: #51135D;
}
.TagClassName
{
border-color: #51135D;
}
</style>