Shades of Tyrian Purple #50053E
Tints of Tyrian Purple #50053E
RGB
CMYK
RGB Variations
Color information
#50053E (or 0x50053E) is known color: Tyrian Purple. HEX triplet: 50, 05 and 3E. RGB value is (80,5,62). Sum of RGB (Red+Green+Blue) = 80+5+62=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50053E is #AFFAC1. Grayscale: #212121. Windows color (decimal): -11532994 or 4064592. OLE color: 4064592.
HSL color Cylindrical-coordinate representation of color #50053E: hue angle of 314.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50053E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 62 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.69 |
| HSL | 314.4º | 0.88% | 0.17% | - |
| HSV(B) | 314.4º | 0.94% | 0.31% | - |
| XYZ | 4.23 | 2.16 | 4.75 | - |
| YUV | 33.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 62 | 0 | 0.94 | 0.22 | 0.69 | 314.4 | 0.88 | 0.17 |
| Hex | 50 | 5 | 3E | 0 | 5E | 16 | 45 | 13A | 58 | 11 |
| Octal | 120 | 5 | 76 | 0 | 136 | 26 | 105 | 472 | 130 | 21 |
| Binary | 1010000 | 101 | 111110 | 0 | 1011110 | 10110 | 1000101 | 100111010 | 1011000 | 10001 |
Color Harmonies of #50053E
Complementary color
Monochromatic Colors of #50053E
Black with #50053E
Text Example
Text Example
White with #50053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50053E; }
p { color: rgb(80,5,62); }
H1.HeaderClassName
{
color: #50053E;
}
.AnyTagClassName
{
color: #50053E;
}
</style>
background-color css
<style>
a { background-color: #50053E; }
a { background-color: rgb(80,5,62); }
div.DivClassName
{
background-color: #50053E;
}
.BgClassName
{
background-color: #50053E;
}
</style>
border-color css
<style>
span { border-color: #50053E; }
span { border-color: rgb(80,5,62); }
td.TdClassName
{
border-color: #50053E;
}
.TagClassName
{
border-color: #50053E;
}
</style>