Shades of Hot Purple #51094D
Tints of Hot Purple #51094D
RGB
CMYK
RGB Variations
Color information
#51094D (or 0x51094D) is known color: Hot Purple. HEX triplet: 51, 09 and 4D. RGB value is (81,9,77). Sum of RGB (Red+Green+Blue) = 81+9+77=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51094D is #AEF6B2. Grayscale: #262626. Windows color (decimal): -11466419 or 5048657. OLE color: 5048657.
HSL color Cylindrical-coordinate representation of color #51094D: hue angle of 303.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51094D is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 77 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.68 |
| HSL | 303.33º | 0.8% | 0.18% | - |
| HSV(B) | 303.33º | 0.89% | 0.32% | - |
| XYZ | 4.83 | 2.48 | 7.25 | - |
| YUV | 38.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 77 | 0 | 0.89 | 0.05 | 0.68 | 303.33 | 0.8 | 0.18 |
| Hex | 51 | 9 | 4D | 0 | 59 | 5 | 44 | 12F | 50 | 12 |
| Octal | 121 | 11 | 115 | 0 | 131 | 5 | 104 | 457 | 120 | 22 |
| Binary | 1010001 | 1001 | 1001101 | 0 | 1011001 | 101 | 1000100 | 100101111 | 1010000 | 10010 |
Color Harmonies of #51094D
Complementary color
Monochromatic Colors of #51094D
Black with #51094D
Text Example
Text Example
White with #51094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51094D; }
p { color: rgb(81,9,77); }
H1.HeaderClassName
{
color: #51094D;
}
.AnyTagClassName
{
color: #51094D;
}
</style>
background-color css
<style>
a { background-color: #51094D; }
a { background-color: rgb(81,9,77); }
div.DivClassName
{
background-color: #51094D;
}
.BgClassName
{
background-color: #51094D;
}
</style>
border-color css
<style>
span { border-color: #51094D; }
span { border-color: rgb(81,9,77); }
td.TdClassName
{
border-color: #51094D;
}
.TagClassName
{
border-color: #51094D;
}
</style>