Shades of Tyrian Purple #510C41
Tints of Tyrian Purple #510C41
RGB
CMYK
RGB Variations
Color information
#510C41 (or 0x510C41) is known color: Tyrian Purple. HEX triplet: 51, 0C and 41. RGB value is (81,12,65). Sum of RGB (Red+Green+Blue) = 81+12+65=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #510C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C41 is #AEF3BE. Grayscale: #262626. Windows color (decimal): -11465663 or 4262993. OLE color: 4262993.
HSL color Cylindrical-coordinate representation of color #510C41: hue angle of 313.91º 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 #510C41 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 12 | 65 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.68 |
| HSL | 313.91º | 0.74% | 0.18% | - |
| HSV(B) | 313.91º | 0.85% | 0.32% | - |
| XYZ | 4.48 | 2.39 | 5.23 | - |
| YUV | 38.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 65 | 0 | 0.85 | 0.20 | 0.68 | 313.91 | 0.74 | 0.18 |
| Hex | 51 | C | 41 | 0 | 55 | 14 | 44 | 13A | 4A | 12 |
| Octal | 121 | 14 | 101 | 0 | 125 | 24 | 104 | 472 | 112 | 22 |
| Binary | 1010001 | 1100 | 1000001 | 0 | 1010101 | 10100 | 1000100 | 100111010 | 1001010 | 10010 |
Color Harmonies of #510C41
Complementary color
Monochromatic Colors of #510C41
Black with #510C41
Text Example
Text Example
White with #510C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510C41; }
p { color: rgb(81,12,65); }
H1.HeaderClassName
{
color: #510C41;
}
.AnyTagClassName
{
color: #510C41;
}
</style>
background-color css
<style>
a { background-color: #510C41; }
a { background-color: rgb(81,12,65); }
div.DivClassName
{
background-color: #510C41;
}
.BgClassName
{
background-color: #510C41;
}
</style>
border-color css
<style>
span { border-color: #510C41; }
span { border-color: rgb(81,12,65); }
td.TdClassName
{
border-color: #510C41;
}
.TagClassName
{
border-color: #510C41;
}
</style>