Shades of Tyrian Purple #50053D
Tints of Tyrian Purple #50053D
RGB
CMYK
RGB Variations
Color information
#50053D (or 0x50053D) is known color: Tyrian Purple. HEX triplet: 50, 05 and 3D. RGB value is (80,5,61). Sum of RGB (Red+Green+Blue) = 80+5+61=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50053D is #AFFAC2. Grayscale: #212121. Windows color (decimal): -11532995 or 3999056. OLE color: 3999056.
HSL color Cylindrical-coordinate representation of color #50053D: hue angle of 315.2º 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 #50053D is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 61 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.69 |
| HSL | 315.2º | 0.88% | 0.17% | - |
| HSV(B) | 315.2º | 0.94% | 0.31% | - |
| XYZ | 4.2 | 2.15 | 4.61 | - |
| YUV | 33.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 61 | 0 | 0.94 | 0.24 | 0.69 | 315.2 | 0.88 | 0.17 |
| Hex | 50 | 5 | 3D | 0 | 5E | 18 | 45 | 13B | 58 | 11 |
| Octal | 120 | 5 | 75 | 0 | 136 | 30 | 105 | 473 | 130 | 21 |
| Binary | 1010000 | 101 | 111101 | 0 | 1011110 | 11000 | 1000101 | 100111011 | 1011000 | 10001 |
Color Harmonies of #50053D
Complementary color
Monochromatic Colors of #50053D
Black with #50053D
Text Example
Text Example
White with #50053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50053D; }
p { color: rgb(80,5,61); }
H1.HeaderClassName
{
color: #50053D;
}
.AnyTagClassName
{
color: #50053D;
}
</style>
background-color css
<style>
a { background-color: #50053D; }
a { background-color: rgb(80,5,61); }
div.DivClassName
{
background-color: #50053D;
}
.BgClassName
{
background-color: #50053D;
}
</style>
border-color css
<style>
span { border-color: #50053D; }
span { border-color: rgb(80,5,61); }
td.TdClassName
{
border-color: #50053D;
}
.TagClassName
{
border-color: #50053D;
}
</style>