Shades of Hot Purple #510A57
Tints of Hot Purple #510A57
RGB
CMYK
RGB Variations
Color information
#510A57 (or 0x510A57) is known color: Hot Purple. HEX triplet: 51, 0A and 57. RGB value is (81,10,87). Sum of RGB (Red+Green+Blue) = 81+10+87=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #510A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A57 is #AEF5A8. Grayscale: #272727. Windows color (decimal): -11466153 or 5704273. OLE color: 5704273.
HSL color Cylindrical-coordinate representation of color #510A57: hue angle of 295.32º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510A57 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 10 | 87 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.66 |
| HSL | 295.32º | 0.79% | 0.19% | - |
| HSV(B) | 295.32º | 0.89% | 0.34% | - |
| XYZ | 5.22 | 2.65 | 9.25 | - |
| YUV | 40.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 87 | 0.07 | 0.89 | 0 | 0.66 | 295.32 | 0.79 | 0.19 |
| Hex | 51 | A | 57 | 7 | 59 | 0 | 42 | 127 | 4F | 13 |
| Octal | 121 | 12 | 127 | 7 | 131 | 0 | 102 | 447 | 117 | 23 |
| Binary | 1010001 | 1010 | 1010111 | 111 | 1011001 | 0 | 1000010 | 100100111 | 1001111 | 10011 |
Color Harmonies of #510A57
Complementary color
Monochromatic Colors of #510A57
Black with #510A57
Text Example
Text Example
White with #510A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A57; }
p { color: rgb(81,10,87); }
H1.HeaderClassName
{
color: #510A57;
}
.AnyTagClassName
{
color: #510A57;
}
</style>
background-color css
<style>
a { background-color: #510A57; }
a { background-color: rgb(81,10,87); }
div.DivClassName
{
background-color: #510A57;
}
.BgClassName
{
background-color: #510A57;
}
</style>
border-color css
<style>
span { border-color: #510A57; }
span { border-color: rgb(81,10,87); }
td.TdClassName
{
border-color: #510A57;
}
.TagClassName
{
border-color: #510A57;
}
</style>