Shades of Hot Purple #510A59
Tints of Hot Purple #510A59
RGB
CMYK
RGB Variations
Color information
#510A59 (or 0x510A59) is known color: Hot Purple. HEX triplet: 51, 0A and 59. RGB value is (81,10,89). Sum of RGB (Red+Green+Blue) = 81+10+89=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #510A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A59 is #AEF5A6. Grayscale: #272727. Windows color (decimal): -11466151 or 5835345. OLE color: 5835345.
HSL color Cylindrical-coordinate representation of color #510A59: hue angle of 293.92º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510A59 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 10 | 89 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.65 |
| HSL | 293.92º | 0.8% | 0.19% | - |
| HSV(B) | 293.92º | 0.89% | 0.35% | - |
| XYZ | 5.31 | 2.69 | 9.69 | - |
| YUV | 40.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 89 | 0.09 | 0.89 | 0 | 0.65 | 293.92 | 0.8 | 0.19 |
| Hex | 51 | A | 59 | 9 | 59 | 0 | 41 | 126 | 50 | 13 |
| Octal | 121 | 12 | 131 | 11 | 131 | 0 | 101 | 446 | 120 | 23 |
| Binary | 1010001 | 1010 | 1011001 | 1001 | 1011001 | 0 | 1000001 | 100100110 | 1010000 | 10011 |
Color Harmonies of #510A59
Complementary color
Monochromatic Colors of #510A59
Black with #510A59
Text Example
Text Example
White with #510A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A59; }
p { color: rgb(81,10,89); }
H1.HeaderClassName
{
color: #510A59;
}
.AnyTagClassName
{
color: #510A59;
}
</style>
background-color css
<style>
a { background-color: #510A59; }
a { background-color: rgb(81,10,89); }
div.DivClassName
{
background-color: #510A59;
}
.BgClassName
{
background-color: #510A59;
}
</style>
border-color css
<style>
span { border-color: #510A59; }
span { border-color: rgb(81,10,89); }
td.TdClassName
{
border-color: #510A59;
}
.TagClassName
{
border-color: #510A59;
}
</style>