Shades of Hot Purple #51185A
Tints of Hot Purple #51185A
RGB
CMYK
RGB Variations
Color information
#51185A (or 0x51185A) is known color: Hot Purple. HEX triplet: 51, 18 and 5A. RGB value is (81,24,90). Sum of RGB (Red+Green+Blue) = 81+24+90=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #51185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51185A is #AEE7A5. Grayscale: #303030. Windows color (decimal): -11462566 or 5904465. OLE color: 5904465.
HSL color Cylindrical-coordinate representation of color #51185A: hue angle of 291.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51185A is Cyan = 0.1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 24 | 90 | - |
| CMYK | 0.1 | 0.73 | 0 | 0.65 |
| HSL | 291.82º | 0.58% | 0.22% | - |
| HSV(B) | 291.82º | 0.73% | 0.35% | - |
| XYZ | 5.57 | 3.14 | 9.99 | - |
| YUV | 48.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 90 | 0.1 | 0.73 | 0 | 0.65 | 291.82 | 0.58 | 0.22 |
| Hex | 51 | 18 | 5A | A | 49 | 0 | 41 | 124 | 3A | 16 |
| Octal | 121 | 30 | 132 | 12 | 111 | 0 | 101 | 444 | 72 | 26 |
| Binary | 1010001 | 11000 | 1011010 | 1010 | 1001001 | 0 | 1000001 | 100100100 | 111010 | 10110 |
Color Harmonies of #51185A
Complementary color
Monochromatic Colors of #51185A
Black with #51185A
Text Example
Text Example
White with #51185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51185A; }
p { color: rgb(81,24,90); }
H1.HeaderClassName
{
color: #51185A;
}
.AnyTagClassName
{
color: #51185A;
}
</style>
background-color css
<style>
a { background-color: #51185A; }
a { background-color: rgb(81,24,90); }
div.DivClassName
{
background-color: #51185A;
}
.BgClassName
{
background-color: #51185A;
}
</style>
border-color css
<style>
span { border-color: #51185A; }
span { border-color: rgb(81,24,90); }
td.TdClassName
{
border-color: #51185A;
}
.TagClassName
{
border-color: #51185A;
}
</style>