Shades of Tyrian Purple #51053F
Tints of Tyrian Purple #51053F
RGB
CMYK
RGB Variations
Color information
#51053F (or 0x51053F) is known color: Tyrian Purple. HEX triplet: 51, 05 and 3F. RGB value is (81,5,63). Sum of RGB (Red+Green+Blue) = 81+5+63=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51053F is #AEFAC0. Grayscale: #222222. Windows color (decimal): -11467457 or 4130129. OLE color: 4130129.
HSL color Cylindrical-coordinate representation of color #51053F: hue angle of 314.21º 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 #51053F is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 63 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.68 |
| HSL | 314.21º | 0.88% | 0.17% | - |
| HSV(B) | 314.21º | 0.94% | 0.32% | - |
| XYZ | 4.34 | 2.22 | 4.9 | - |
| YUV | 34.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 63 | 0 | 0.94 | 0.22 | 0.68 | 314.21 | 0.88 | 0.17 |
| Hex | 51 | 5 | 3F | 0 | 5E | 16 | 44 | 13A | 58 | 11 |
| Octal | 121 | 5 | 77 | 0 | 136 | 26 | 104 | 472 | 130 | 21 |
| Binary | 1010001 | 101 | 111111 | 0 | 1011110 | 10110 | 1000100 | 100111010 | 1011000 | 10001 |
Color Harmonies of #51053F
Complementary color
Monochromatic Colors of #51053F
Black with #51053F
Text Example
Text Example
White with #51053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51053F; }
p { color: rgb(81,5,63); }
H1.HeaderClassName
{
color: #51053F;
}
.AnyTagClassName
{
color: #51053F;
}
</style>
background-color css
<style>
a { background-color: #51053F; }
a { background-color: rgb(81,5,63); }
div.DivClassName
{
background-color: #51053F;
}
.BgClassName
{
background-color: #51053F;
}
</style>
border-color css
<style>
span { border-color: #51053F; }
span { border-color: rgb(81,5,63); }
td.TdClassName
{
border-color: #51053F;
}
.TagClassName
{
border-color: #51053F;
}
</style>