Shades of Tyrian Purple #51053E
Tints of Tyrian Purple #51053E
RGB
CMYK
RGB Variations
Color information
#51053E (or 0x51053E) is known color: Tyrian Purple. HEX triplet: 51, 05 and 3E. RGB value is (81,5,62). Sum of RGB (Red+Green+Blue) = 81+5+62=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51053E is #AEFAC1. Grayscale: #222222. Windows color (decimal): -11467458 or 4064593. OLE color: 4064593.
HSL color Cylindrical-coordinate representation of color #51053E: hue angle of 315º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51053E is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 62 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.68 |
| HSL | 315º | 0.88% | 0.17% | - |
| HSV(B) | 315º | 0.94% | 0.32% | - |
| XYZ | 4.32 | 2.21 | 4.76 | - |
| YUV | 34.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 62 | 0 | 0.94 | 0.23 | 0.68 | 315 | 0.88 | 0.17 |
| Hex | 51 | 5 | 3E | 0 | 5E | 17 | 44 | 13B | 58 | 11 |
| Octal | 121 | 5 | 76 | 0 | 136 | 27 | 104 | 473 | 130 | 21 |
| Binary | 1010001 | 101 | 111110 | 0 | 1011110 | 10111 | 1000100 | 100111011 | 1011000 | 10001 |
Color Harmonies of #51053E
Complementary color
Monochromatic Colors of #51053E
Black with #51053E
Text Example
Text Example
White with #51053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51053E; }
p { color: rgb(81,5,62); }
H1.HeaderClassName
{
color: #51053E;
}
.AnyTagClassName
{
color: #51053E;
}
</style>
background-color css
<style>
a { background-color: #51053E; }
a { background-color: rgb(81,5,62); }
div.DivClassName
{
background-color: #51053E;
}
.BgClassName
{
background-color: #51053E;
}
</style>
border-color css
<style>
span { border-color: #51053E; }
span { border-color: rgb(81,5,62); }
td.TdClassName
{
border-color: #51053E;
}
.TagClassName
{
border-color: #51053E;
}
</style>