Shades of Hot Purple #51055D
Tints of Hot Purple #51055D
RGB
CMYK
RGB Variations
Color information
#51055D (or 0x51055D) is known color: Hot Purple. HEX triplet: 51, 05 and 5D. RGB value is (81,5,93). Sum of RGB (Red+Green+Blue) = 81+5+93=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #51055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51055D is #AEFAA2. Grayscale: #252525. Windows color (decimal): -11467427 or 6096209. OLE color: 6096209.
HSL color Cylindrical-coordinate representation of color #51055D: hue angle of 291.82º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51055D is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 5 | 93 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.64 |
| HSL | 291.82º | 0.9% | 0.19% | - |
| HSV(B) | 291.82º | 0.95% | 0.36% | - |
| XYZ | 5.42 | 2.65 | 10.58 | - |
| YUV | 37.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 93 | 0.13 | 0.95 | 0 | 0.64 | 291.82 | 0.9 | 0.19 |
| Hex | 51 | 5 | 5D | D | 5F | 0 | 40 | 124 | 5A | 13 |
| Octal | 121 | 5 | 135 | 15 | 137 | 0 | 100 | 444 | 132 | 23 |
| Binary | 1010001 | 101 | 1011101 | 1101 | 1011111 | 0 | 1000000 | 100100100 | 1011010 | 10011 |
Color Harmonies of #51055D
Complementary color
Monochromatic Colors of #51055D
Black with #51055D
Text Example
Text Example
White with #51055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51055D; }
p { color: rgb(81,5,93); }
H1.HeaderClassName
{
color: #51055D;
}
.AnyTagClassName
{
color: #51055D;
}
</style>
background-color css
<style>
a { background-color: #51055D; }
a { background-color: rgb(81,5,93); }
div.DivClassName
{
background-color: #51055D;
}
.BgClassName
{
background-color: #51055D;
}
</style>
border-color css
<style>
span { border-color: #51055D; }
span { border-color: rgb(81,5,93); }
td.TdClassName
{
border-color: #51055D;
}
.TagClassName
{
border-color: #51055D;
}
</style>