Shades of Tyrian Purple #50043E
Tints of Tyrian Purple #50043E
RGB
CMYK
RGB Variations
Color information
#50043E (or 0x50043E) is known color: Tyrian Purple. HEX triplet: 50, 04 and 3E. RGB value is (80,4,62). Sum of RGB (Red+Green+Blue) = 80+4+62=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50043E is #AFFBC1. Grayscale: #212121. Windows color (decimal): -11533250 or 4064336. OLE color: 4064336.
HSL color Cylindrical-coordinate representation of color #50043E: hue angle of 314.21º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50043E is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 62 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.69 |
| HSL | 314.21º | 0.9% | 0.16% | - |
| HSV(B) | 314.21º | 0.95% | 0.31% | - |
| XYZ | 4.22 | 2.14 | 4.75 | - |
| YUV | 33.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 62 | 0 | 0.95 | 0.22 | 0.69 | 314.21 | 0.9 | 0.16 |
| Hex | 50 | 4 | 3E | 0 | 5F | 16 | 45 | 13A | 5A | 10 |
| Octal | 120 | 4 | 76 | 0 | 137 | 26 | 105 | 472 | 132 | 20 |
| Binary | 1010000 | 100 | 111110 | 0 | 1011111 | 10110 | 1000101 | 100111010 | 1011010 | 10000 |
Color Harmonies of #50043E
Complementary color
Monochromatic Colors of #50043E
Black with #50043E
Text Example
Text Example
White with #50043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50043E; }
p { color: rgb(80,4,62); }
H1.HeaderClassName
{
color: #50043E;
}
.AnyTagClassName
{
color: #50043E;
}
</style>
background-color css
<style>
a { background-color: #50043E; }
a { background-color: rgb(80,4,62); }
div.DivClassName
{
background-color: #50043E;
}
.BgClassName
{
background-color: #50043E;
}
</style>
border-color css
<style>
span { border-color: #50043E; }
span { border-color: rgb(80,4,62); }
td.TdClassName
{
border-color: #50043E;
}
.TagClassName
{
border-color: #50043E;
}
</style>