Shades of Hot Purple #51065D
Tints of Hot Purple #51065D
RGB
CMYK
RGB Variations
Color information
#51065D (or 0x51065D) is known color: Hot Purple. HEX triplet: 51, 06 and 5D. RGB value is (81,6,93). Sum of RGB (Red+Green+Blue) = 81+6+93=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #51065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51065D is #AEF9A2. Grayscale: #262626. Windows color (decimal): -11467171 or 6096465. OLE color: 6096465.
HSL color Cylindrical-coordinate representation of color #51065D: hue angle of 291.72º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51065D is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 6 | 93 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.64 |
| HSL | 291.72º | 0.88% | 0.19% | - |
| HSV(B) | 291.72º | 0.94% | 0.36% | - |
| XYZ | 5.43 | 2.67 | 10.58 | - |
| YUV | 38.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 93 | 0.13 | 0.94 | 0 | 0.64 | 291.72 | 0.88 | 0.19 |
| Hex | 51 | 6 | 5D | D | 5E | 0 | 40 | 124 | 58 | 13 |
| Octal | 121 | 6 | 135 | 15 | 136 | 0 | 100 | 444 | 130 | 23 |
| Binary | 1010001 | 110 | 1011101 | 1101 | 1011110 | 0 | 1000000 | 100100100 | 1011000 | 10011 |
Color Harmonies of #51065D
Complementary color
Monochromatic Colors of #51065D
Black with #51065D
Text Example
Text Example
White with #51065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51065D; }
p { color: rgb(81,6,93); }
H1.HeaderClassName
{
color: #51065D;
}
.AnyTagClassName
{
color: #51065D;
}
</style>
background-color css
<style>
a { background-color: #51065D; }
a { background-color: rgb(81,6,93); }
div.DivClassName
{
background-color: #51065D;
}
.BgClassName
{
background-color: #51065D;
}
</style>
border-color css
<style>
span { border-color: #51065D; }
span { border-color: rgb(81,6,93); }
td.TdClassName
{
border-color: #51065D;
}
.TagClassName
{
border-color: #51065D;
}
</style>