Shades of Hot Purple #51095C
Tints of Hot Purple #51095C
RGB
CMYK
RGB Variations
Color information
#51095C (or 0x51095C) is known color: Hot Purple. HEX triplet: 51, 09 and 5C. RGB value is (81,9,92). Sum of RGB (Red+Green+Blue) = 81+9+92=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #51095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51095C is #AEF6A3. Grayscale: #272727. Windows color (decimal): -11466404 or 6031697. OLE color: 6031697.
HSL color Cylindrical-coordinate representation of color #51095C: hue angle of 292.05º 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 #51095C is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 9 | 92 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.64 |
| HSL | 292.05º | 0.82% | 0.2% | - |
| HSV(B) | 292.05º | 0.9% | 0.36% | - |
| XYZ | 5.42 | 2.72 | 10.36 | - |
| YUV | 39.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 92 | 0.12 | 0.90 | 0 | 0.64 | 292.05 | 0.82 | 0.2 |
| Hex | 51 | 9 | 5C | C | 5A | 0 | 40 | 124 | 52 | 14 |
| Octal | 121 | 11 | 134 | 14 | 132 | 0 | 100 | 444 | 122 | 24 |
| Binary | 1010001 | 1001 | 1011100 | 1100 | 1011010 | 0 | 1000000 | 100100100 | 1010010 | 10100 |
Color Harmonies of #51095C
Complementary color
Monochromatic Colors of #51095C
Black with #51095C
Text Example
Text Example
White with #51095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51095C; }
p { color: rgb(81,9,92); }
H1.HeaderClassName
{
color: #51095C;
}
.AnyTagClassName
{
color: #51095C;
}
</style>
background-color css
<style>
a { background-color: #51095C; }
a { background-color: rgb(81,9,92); }
div.DivClassName
{
background-color: #51095C;
}
.BgClassName
{
background-color: #51095C;
}
</style>
border-color css
<style>
span { border-color: #51095C; }
span { border-color: rgb(81,9,92); }
td.TdClassName
{
border-color: #51095C;
}
.TagClassName
{
border-color: #51095C;
}
</style>