Shades of Hot Purple #51095D
Tints of Hot Purple #51095D
RGB
CMYK
RGB Variations
Color information
#51095D (or 0x51095D) is known color: Hot Purple. HEX triplet: 51, 09 and 5D. RGB value is (81,9,93). Sum of RGB (Red+Green+Blue) = 81+9+93=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #51095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51095D is #AEF6A2. Grayscale: #272727. Windows color (decimal): -11466403 or 6097233. OLE color: 6097233.
HSL color Cylindrical-coordinate representation of color #51095D: hue angle of 291.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51095D is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 9 | 93 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.64 |
| HSL | 291.43º | 0.82% | 0.2% | - |
| HSV(B) | 291.43º | 0.9% | 0.36% | - |
| XYZ | 5.47 | 2.74 | 10.6 | - |
| YUV | 40.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 93 | 0.13 | 0.90 | 0 | 0.64 | 291.43 | 0.82 | 0.2 |
| Hex | 51 | 9 | 5D | D | 5A | 0 | 40 | 123 | 52 | 14 |
| Octal | 121 | 11 | 135 | 15 | 132 | 0 | 100 | 443 | 122 | 24 |
| Binary | 1010001 | 1001 | 1011101 | 1101 | 1011010 | 0 | 1000000 | 100100011 | 1010010 | 10100 |
Color Harmonies of #51095D
Complementary color
Monochromatic Colors of #51095D
Black with #51095D
Text Example
Text Example
White with #51095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51095D; }
p { color: rgb(81,9,93); }
H1.HeaderClassName
{
color: #51095D;
}
.AnyTagClassName
{
color: #51095D;
}
</style>
background-color css
<style>
a { background-color: #51095D; }
a { background-color: rgb(81,9,93); }
div.DivClassName
{
background-color: #51095D;
}
.BgClassName
{
background-color: #51095D;
}
</style>
border-color css
<style>
span { border-color: #51095D; }
span { border-color: rgb(81,9,93); }
td.TdClassName
{
border-color: #51095D;
}
.TagClassName
{
border-color: #51095D;
}
</style>