Shades of Tyrian Purple #50033E
Tints of Tyrian Purple #50033E
RGB
CMYK
RGB Variations
Color information
#50033E (or 0x50033E) is known color: Tyrian Purple. HEX triplet: 50, 03 and 3E. RGB value is (80,3,62). Sum of RGB (Red+Green+Blue) = 80+3+62=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50033E is #AFFCC1. Grayscale: #202020. Windows color (decimal): -11533506 or 4064080. OLE color: 4064080.
HSL color Cylindrical-coordinate representation of color #50033E: hue angle of 314.03º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50033E is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 62 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.69 |
| HSL | 314.03º | 0.93% | 0.16% | - |
| HSV(B) | 314.03º | 0.96% | 0.31% | - |
| XYZ | 4.21 | 2.12 | 4.74 | - |
| YUV | 32.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 62 | 0 | 0.96 | 0.22 | 0.69 | 314.03 | 0.93 | 0.16 |
| Hex | 50 | 3 | 3E | 0 | 60 | 16 | 45 | 13A | 5D | 10 |
| Octal | 120 | 3 | 76 | 0 | 140 | 26 | 105 | 472 | 135 | 20 |
| Binary | 1010000 | 11 | 111110 | 0 | 1100000 | 10110 | 1000101 | 100111010 | 1011101 | 10000 |
Color Harmonies of #50033E
Complementary color
Monochromatic Colors of #50033E
Black with #50033E
Text Example
Text Example
White with #50033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50033E; }
p { color: rgb(80,3,62); }
H1.HeaderClassName
{
color: #50033E;
}
.AnyTagClassName
{
color: #50033E;
}
</style>
background-color css
<style>
a { background-color: #50033E; }
a { background-color: rgb(80,3,62); }
div.DivClassName
{
background-color: #50033E;
}
.BgClassName
{
background-color: #50033E;
}
</style>
border-color css
<style>
span { border-color: #50033E; }
span { border-color: rgb(80,3,62); }
td.TdClassName
{
border-color: #50033E;
}
.TagClassName
{
border-color: #50033E;
}
</style>