Shades of Hot Purple #510F59
Tints of Hot Purple #510F59
RGB
CMYK
RGB Variations
Color information
#510F59 (or 0x510F59) is known color: Hot Purple. HEX triplet: 51, 0F and 59. RGB value is (81,15,89). Sum of RGB (Red+Green+Blue) = 81+15+89=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #510F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F59 is #AEF0A6. Grayscale: #2A2A2A. Windows color (decimal): -11464871 or 5836625. OLE color: 5836625.
HSL color Cylindrical-coordinate representation of color #510F59: hue angle of 293.51º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510F59 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 15 | 89 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.65 |
| HSL | 293.51º | 0.71% | 0.2% | - |
| HSV(B) | 293.51º | 0.83% | 0.35% | - |
| XYZ | 5.37 | 2.81 | 9.71 | - |
| YUV | 43.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 89 | 0.09 | 0.83 | 0 | 0.65 | 293.51 | 0.71 | 0.2 |
| Hex | 51 | F | 59 | 9 | 53 | 0 | 41 | 126 | 47 | 14 |
| Octal | 121 | 17 | 131 | 11 | 123 | 0 | 101 | 446 | 107 | 24 |
| Binary | 1010001 | 1111 | 1011001 | 1001 | 1010011 | 0 | 1000001 | 100100110 | 1000111 | 10100 |
Color Harmonies of #510F59
Complementary color
Monochromatic Colors of #510F59
Black with #510F59
Text Example
Text Example
White with #510F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F59; }
p { color: rgb(81,15,89); }
H1.HeaderClassName
{
color: #510F59;
}
.AnyTagClassName
{
color: #510F59;
}
</style>
background-color css
<style>
a { background-color: #510F59; }
a { background-color: rgb(81,15,89); }
div.DivClassName
{
background-color: #510F59;
}
.BgClassName
{
background-color: #510F59;
}
</style>
border-color css
<style>
span { border-color: #510F59; }
span { border-color: rgb(81,15,89); }
td.TdClassName
{
border-color: #510F59;
}
.TagClassName
{
border-color: #510F59;
}
</style>