Shades of Hot Purple #510A60
Tints of Hot Purple #510A60
RGB
CMYK
RGB Variations
Color information
#510A60 (or 0x510A60) is known color: Hot Purple. HEX triplet: 51, 0A and 60. RGB value is (81,10,96). Sum of RGB (Red+Green+Blue) = 81+10+96=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #510A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A60 is #AEF59F. Grayscale: #282828. Windows color (decimal): -11466144 or 6294097. OLE color: 6294097.
HSL color Cylindrical-coordinate representation of color #510A60: hue angle of 289.53º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510A60 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 10 | 96 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.62 |
| HSL | 289.53º | 0.81% | 0.21% | - |
| HSV(B) | 289.53º | 0.9% | 0.38% | - |
| XYZ | 5.61 | 2.81 | 11.31 | - |
| YUV | 41.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 96 | 0.16 | 0.90 | 0 | 0.62 | 289.53 | 0.81 | 0.21 |
| Hex | 51 | A | 60 | 10 | 5A | 0 | 3E | 122 | 51 | 15 |
| Octal | 121 | 12 | 140 | 20 | 132 | 0 | 76 | 442 | 121 | 25 |
| Binary | 1010001 | 1010 | 1100000 | 10000 | 1011010 | 0 | 111110 | 100100010 | 1010001 | 10101 |
Color Harmonies of #510A60
Complementary color
Monochromatic Colors of #510A60
Black with #510A60
Text Example
Text Example
White with #510A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A60; }
p { color: rgb(81,10,96); }
H1.HeaderClassName
{
color: #510A60;
}
.AnyTagClassName
{
color: #510A60;
}
</style>
background-color css
<style>
a { background-color: #510A60; }
a { background-color: rgb(81,10,96); }
div.DivClassName
{
background-color: #510A60;
}
.BgClassName
{
background-color: #510A60;
}
</style>
border-color css
<style>
span { border-color: #510A60; }
span { border-color: rgb(81,10,96); }
td.TdClassName
{
border-color: #510A60;
}
.TagClassName
{
border-color: #510A60;
}
</style>