Shades of Hot Purple #510C4C
Tints of Hot Purple #510C4C
RGB
CMYK
RGB Variations
Color information
#510C4C (or 0x510C4C) is known color: Hot Purple. HEX triplet: 51, 0C and 4C. RGB value is (81,12,76). Sum of RGB (Red+Green+Blue) = 81+12+76=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #510C4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C4C is #AEF3B3. Grayscale: #272727. Windows color (decimal): -11465652 or 4983889. OLE color: 4983889.
HSL color Cylindrical-coordinate representation of color #510C4C: hue angle of 304.35º 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 #510C4C is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 76 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.68 |
| HSL | 304.35º | 0.74% | 0.18% | - |
| HSV(B) | 304.35º | 0.85% | 0.32% | - |
| XYZ | 4.83 | 2.53 | 7.07 | - |
| YUV | 39.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 76 | 0 | 0.85 | 0.06 | 0.68 | 304.35 | 0.74 | 0.18 |
| Hex | 51 | C | 4C | 0 | 55 | 6 | 44 | 130 | 4A | 12 |
| Octal | 121 | 14 | 114 | 0 | 125 | 6 | 104 | 460 | 112 | 22 |
| Binary | 1010001 | 1100 | 1001100 | 0 | 1010101 | 110 | 1000100 | 100110000 | 1001010 | 10010 |
Color Harmonies of #510C4C
Complementary color
Monochromatic Colors of #510C4C
Black with #510C4C
Text Example
Text Example
White with #510C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C4C; }
p { color: rgb(81,12,76); }
H1.HeaderClassName
{
color: #510C4C;
}
.AnyTagClassName
{
color: #510C4C;
}
</style>
background-color css
<style>
a { background-color: #510C4C; }
a { background-color: rgb(81,12,76); }
div.DivClassName
{
background-color: #510C4C;
}
.BgClassName
{
background-color: #510C4C;
}
</style>
border-color css
<style>
span { border-color: #510C4C; }
span { border-color: rgb(81,12,76); }
td.TdClassName
{
border-color: #510C4C;
}
.TagClassName
{
border-color: #510C4C;
}
</style>