Shades of Hot Purple #510F57
Tints of Hot Purple #510F57
RGB
CMYK
RGB Variations
Color information
#510F57 (or 0x510F57) is known color: Hot Purple. HEX triplet: 51, 0F and 57. RGB value is (81,15,87). Sum of RGB (Red+Green+Blue) = 81+15+87=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #510F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F57 is #AEF0A8. Grayscale: #2A2A2A. Windows color (decimal): -11464873 or 5705553. OLE color: 5705553.
HSL color Cylindrical-coordinate representation of color #510F57: hue angle of 295º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510F57 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 15 | 87 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.66 |
| HSL | 295º | 0.71% | 0.2% | - |
| HSV(B) | 295º | 0.83% | 0.34% | - |
| XYZ | 5.28 | 2.78 | 9.27 | - |
| YUV | 42.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 87 | 0.07 | 0.83 | 0 | 0.66 | 295 | 0.71 | 0.2 |
| Hex | 51 | F | 57 | 7 | 53 | 0 | 42 | 127 | 47 | 14 |
| Octal | 121 | 17 | 127 | 7 | 123 | 0 | 102 | 447 | 107 | 24 |
| Binary | 1010001 | 1111 | 1010111 | 111 | 1010011 | 0 | 1000010 | 100100111 | 1000111 | 10100 |
Color Harmonies of #510F57
Complementary color
Monochromatic Colors of #510F57
Black with #510F57
Text Example
Text Example
White with #510F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F57; }
p { color: rgb(81,15,87); }
H1.HeaderClassName
{
color: #510F57;
}
.AnyTagClassName
{
color: #510F57;
}
</style>
background-color css
<style>
a { background-color: #510F57; }
a { background-color: rgb(81,15,87); }
div.DivClassName
{
background-color: #510F57;
}
.BgClassName
{
background-color: #510F57;
}
</style>
border-color css
<style>
span { border-color: #510F57; }
span { border-color: rgb(81,15,87); }
td.TdClassName
{
border-color: #510F57;
}
.TagClassName
{
border-color: #510F57;
}
</style>