Shades of Hot Purple #510C4F
Tints of Hot Purple #510C4F
RGB
CMYK
RGB Variations
Color information
#510C4F (or 0x510C4F) is known color: Hot Purple. HEX triplet: 51, 0C and 4F. RGB value is (81,12,79). Sum of RGB (Red+Green+Blue) = 81+12+79=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #510C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C4F is #AEF3B0. Grayscale: #282828. Windows color (decimal): -11465649 or 5180497. OLE color: 5180497.
HSL color Cylindrical-coordinate representation of color #510C4F: hue angle of 301.74º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C4F is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 79 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.68 |
| HSL | 301.74º | 0.74% | 0.18% | - |
| HSV(B) | 301.74º | 0.85% | 0.32% | - |
| XYZ | 4.94 | 2.58 | 7.63 | - |
| YUV | 40.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 79 | 0 | 0.85 | 0.02 | 0.68 | 301.74 | 0.74 | 0.18 |
| Hex | 51 | C | 4F | 0 | 55 | 2 | 44 | 12E | 4A | 12 |
| Octal | 121 | 14 | 117 | 0 | 125 | 2 | 104 | 456 | 112 | 22 |
| Binary | 1010001 | 1100 | 1001111 | 0 | 1010101 | 10 | 1000100 | 100101110 | 1001010 | 10010 |
Color Harmonies of #510C4F
Complementary color
Monochromatic Colors of #510C4F
Black with #510C4F
Text Example
Text Example
White with #510C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C4F; }
p { color: rgb(81,12,79); }
H1.HeaderClassName
{
color: #510C4F;
}
.AnyTagClassName
{
color: #510C4F;
}
</style>
background-color css
<style>
a { background-color: #510C4F; }
a { background-color: rgb(81,12,79); }
div.DivClassName
{
background-color: #510C4F;
}
.BgClassName
{
background-color: #510C4F;
}
</style>
border-color css
<style>
span { border-color: #510C4F; }
span { border-color: rgb(81,12,79); }
td.TdClassName
{
border-color: #510C4F;
}
.TagClassName
{
border-color: #510C4F;
}
</style>