Shades of Tyrian Purple #50063A
Tints of Tyrian Purple #50063A
RGB
CMYK
RGB Variations
Color information
#50063A (or 0x50063A) is known color: Tyrian Purple. HEX triplet: 50, 06 and 3A. RGB value is (80,6,58). Sum of RGB (Red+Green+Blue) = 80+6+58=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50063A is #AFF9C5. Grayscale: #212121. Windows color (decimal): -11532742 or 3802704. OLE color: 3802704.
HSL color Cylindrical-coordinate representation of color #50063A: hue angle of 317.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50063A is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 58 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.69 |
| HSL | 317.84º | 0.86% | 0.17% | - |
| HSV(B) | 317.84º | 0.93% | 0.31% | - |
| XYZ | 4.14 | 2.14 | 4.2 | - |
| YUV | 34.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 58 | 0 | 0.92 | 0.28 | 0.69 | 317.84 | 0.86 | 0.17 |
| Hex | 50 | 6 | 3A | 0 | 5C | 1C | 45 | 13E | 56 | 11 |
| Octal | 120 | 6 | 72 | 0 | 134 | 34 | 105 | 476 | 126 | 21 |
| Binary | 1010000 | 110 | 111010 | 0 | 1011100 | 11100 | 1000101 | 100111110 | 1010110 | 10001 |
Color Harmonies of #50063A
Complementary color
Monochromatic Colors of #50063A
Black with #50063A
Text Example
Text Example
White with #50063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50063A; }
p { color: rgb(80,6,58); }
H1.HeaderClassName
{
color: #50063A;
}
.AnyTagClassName
{
color: #50063A;
}
</style>
background-color css
<style>
a { background-color: #50063A; }
a { background-color: rgb(80,6,58); }
div.DivClassName
{
background-color: #50063A;
}
.BgClassName
{
background-color: #50063A;
}
</style>
border-color css
<style>
span { border-color: #50063A; }
span { border-color: rgb(80,6,58); }
td.TdClassName
{
border-color: #50063A;
}
.TagClassName
{
border-color: #50063A;
}
</style>