Shades of Hot Purple #51085A
Tints of Hot Purple #51085A
RGB
CMYK
RGB Variations
Color information
#51085A (or 0x51085A) is known color: Hot Purple. HEX triplet: 51, 08 and 5A. RGB value is (81,8,90). Sum of RGB (Red+Green+Blue) = 81+8+90=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #51085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51085A is #AEF7A5. Grayscale: #262626. Windows color (decimal): -11466662 or 5900369. OLE color: 5900369.
HSL color Cylindrical-coordinate representation of color #51085A: hue angle of 293.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51085A is Cyan = 0.1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 8 | 90 | - |
| CMYK | 0.1 | 0.91 | 0 | 0.65 |
| HSL | 293.41º | 0.84% | 0.19% | - |
| HSV(B) | 293.41º | 0.91% | 0.35% | - |
| XYZ | 5.33 | 2.66 | 9.91 | - |
| YUV | 39.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 90 | 0.1 | 0.91 | 0 | 0.65 | 293.41 | 0.84 | 0.19 |
| Hex | 51 | 8 | 5A | A | 5B | 0 | 41 | 125 | 54 | 13 |
| Octal | 121 | 10 | 132 | 12 | 133 | 0 | 101 | 445 | 124 | 23 |
| Binary | 1010001 | 1000 | 1011010 | 1010 | 1011011 | 0 | 1000001 | 100100101 | 1010100 | 10011 |
Color Harmonies of #51085A
Complementary color
Monochromatic Colors of #51085A
Black with #51085A
Text Example
Text Example
White with #51085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51085A; }
p { color: rgb(81,8,90); }
H1.HeaderClassName
{
color: #51085A;
}
.AnyTagClassName
{
color: #51085A;
}
</style>
background-color css
<style>
a { background-color: #51085A; }
a { background-color: rgb(81,8,90); }
div.DivClassName
{
background-color: #51085A;
}
.BgClassName
{
background-color: #51085A;
}
</style>
border-color css
<style>
span { border-color: #51085A; }
span { border-color: rgb(81,8,90); }
td.TdClassName
{
border-color: #51085A;
}
.TagClassName
{
border-color: #51085A;
}
</style>