Shades of Hot Purple #51085D
Tints of Hot Purple #51085D
RGB
CMYK
RGB Variations
Color information
#51085D (or 0x51085D) is known color: Hot Purple. HEX triplet: 51, 08 and 5D. RGB value is (81,8,93). Sum of RGB (Red+Green+Blue) = 81+8+93=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #51085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51085D is #AEF7A2. Grayscale: #272727. Windows color (decimal): -11466659 or 6096977. OLE color: 6096977.
HSL color Cylindrical-coordinate representation of color #51085D: hue angle of 291.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51085D is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 8 | 93 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.64 |
| HSL | 291.53º | 0.84% | 0.2% | - |
| HSV(B) | 291.53º | 0.91% | 0.36% | - |
| XYZ | 5.46 | 2.71 | 10.59 | - |
| YUV | 39.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 93 | 0.13 | 0.91 | 0 | 0.64 | 291.53 | 0.84 | 0.2 |
| Hex | 51 | 8 | 5D | D | 5B | 0 | 40 | 124 | 54 | 14 |
| Octal | 121 | 10 | 135 | 15 | 133 | 0 | 100 | 444 | 124 | 24 |
| Binary | 1010001 | 1000 | 1011101 | 1101 | 1011011 | 0 | 1000000 | 100100100 | 1010100 | 10100 |
Color Harmonies of #51085D
Complementary color
Monochromatic Colors of #51085D
Black with #51085D
Text Example
Text Example
White with #51085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51085D; }
p { color: rgb(81,8,93); }
H1.HeaderClassName
{
color: #51085D;
}
.AnyTagClassName
{
color: #51085D;
}
</style>
background-color css
<style>
a { background-color: #51085D; }
a { background-color: rgb(81,8,93); }
div.DivClassName
{
background-color: #51085D;
}
.BgClassName
{
background-color: #51085D;
}
</style>
border-color css
<style>
span { border-color: #51085D; }
span { border-color: rgb(81,8,93); }
td.TdClassName
{
border-color: #51085D;
}
.TagClassName
{
border-color: #51085D;
}
</style>