Shades of Hot Purple #510C5F
Tints of Hot Purple #510C5F
RGB
CMYK
RGB Variations
Color information
#510C5F (or 0x510C5F) is known color: Hot Purple. HEX triplet: 51, 0C and 5F. RGB value is (81,12,95). Sum of RGB (Red+Green+Blue) = 81+12+95=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #510C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C5F is #AEF3A0. Grayscale: #292929. Windows color (decimal): -11465633 or 6229073. OLE color: 6229073.
HSL color Cylindrical-coordinate representation of color #510C5F: hue angle of 289.88º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #510C5F is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 12 | 95 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.63 |
| HSL | 289.88º | 0.78% | 0.21% | - |
| HSV(B) | 289.88º | 0.87% | 0.37% | - |
| XYZ | 5.59 | 2.84 | 11.08 | - |
| YUV | 42.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 95 | 0.15 | 0.87 | 0 | 0.63 | 289.88 | 0.78 | 0.21 |
| Hex | 51 | C | 5F | F | 57 | 0 | 3F | 122 | 4E | 15 |
| Octal | 121 | 14 | 137 | 17 | 127 | 0 | 77 | 442 | 116 | 25 |
| Binary | 1010001 | 1100 | 1011111 | 1111 | 1010111 | 0 | 111111 | 100100010 | 1001110 | 10101 |
Color Harmonies of #510C5F
Complementary color
Monochromatic Colors of #510C5F
Black with #510C5F
Text Example
Text Example
White with #510C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C5F; }
p { color: rgb(81,12,95); }
H1.HeaderClassName
{
color: #510C5F;
}
.AnyTagClassName
{
color: #510C5F;
}
</style>
background-color css
<style>
a { background-color: #510C5F; }
a { background-color: rgb(81,12,95); }
div.DivClassName
{
background-color: #510C5F;
}
.BgClassName
{
background-color: #510C5F;
}
</style>
border-color css
<style>
span { border-color: #510C5F; }
span { border-color: rgb(81,12,95); }
td.TdClassName
{
border-color: #510C5F;
}
.TagClassName
{
border-color: #510C5F;
}
</style>