Shades of Hot Purple #51095E
Tints of Hot Purple #51095E
RGB
CMYK
RGB Variations
Color information
#51095E (or 0x51095E) is known color: Hot Purple. HEX triplet: 51, 09 and 5E. RGB value is (81,9,94). Sum of RGB (Red+Green+Blue) = 81+9+94=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #51095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51095E is #AEF6A1. Grayscale: #272727. Windows color (decimal): -11466402 or 6162769. OLE color: 6162769.
HSL color Cylindrical-coordinate representation of color #51095E: hue angle of 290.82º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51095E is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 9 | 94 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.63 |
| HSL | 290.82º | 0.83% | 0.2% | - |
| HSV(B) | 290.82º | 0.9% | 0.37% | - |
| XYZ | 5.51 | 2.75 | 10.83 | - |
| YUV | 40.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 94 | 0.14 | 0.90 | 0 | 0.63 | 290.82 | 0.83 | 0.2 |
| Hex | 51 | 9 | 5E | E | 5A | 0 | 3F | 123 | 53 | 14 |
| Octal | 121 | 11 | 136 | 16 | 132 | 0 | 77 | 443 | 123 | 24 |
| Binary | 1010001 | 1001 | 1011110 | 1110 | 1011010 | 0 | 111111 | 100100011 | 1010011 | 10100 |
Color Harmonies of #51095E
Complementary color
Monochromatic Colors of #51095E
Black with #51095E
Text Example
Text Example
White with #51095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51095E; }
p { color: rgb(81,9,94); }
H1.HeaderClassName
{
color: #51095E;
}
.AnyTagClassName
{
color: #51095E;
}
</style>
background-color css
<style>
a { background-color: #51095E; }
a { background-color: rgb(81,9,94); }
div.DivClassName
{
background-color: #51095E;
}
.BgClassName
{
background-color: #51095E;
}
</style>
border-color css
<style>
span { border-color: #51095E; }
span { border-color: rgb(81,9,94); }
td.TdClassName
{
border-color: #51095E;
}
.TagClassName
{
border-color: #51095E;
}
</style>