Shades of Tyrian Purple #50063F
Tints of Tyrian Purple #50063F
RGB
CMYK
RGB Variations
Color information
#50063F (or 0x50063F) is known color: Tyrian Purple. HEX triplet: 50, 06 and 3F. RGB value is (80,6,63). Sum of RGB (Red+Green+Blue) = 80+6+63=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50063F is #AFF9C0. Grayscale: #222222. Windows color (decimal): -11532737 or 4130384. OLE color: 4130384.
HSL color Cylindrical-coordinate representation of color #50063F: hue angle of 313.78º 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 #50063F is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 63 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.69 |
| HSL | 313.78º | 0.86% | 0.17% | - |
| HSV(B) | 313.78º | 0.93% | 0.31% | - |
| XYZ | 4.27 | 2.19 | 4.9 | - |
| YUV | 34.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 63 | 0 | 0.92 | 0.21 | 0.69 | 313.78 | 0.86 | 0.17 |
| Hex | 50 | 6 | 3F | 0 | 5C | 15 | 45 | 13A | 56 | 11 |
| Octal | 120 | 6 | 77 | 0 | 134 | 25 | 105 | 472 | 126 | 21 |
| Binary | 1010000 | 110 | 111111 | 0 | 1011100 | 10101 | 1000101 | 100111010 | 1010110 | 10001 |
Color Harmonies of #50063F
Complementary color
Monochromatic Colors of #50063F
Black with #50063F
Text Example
Text Example
White with #50063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50063F; }
p { color: rgb(80,6,63); }
H1.HeaderClassName
{
color: #50063F;
}
.AnyTagClassName
{
color: #50063F;
}
</style>
background-color css
<style>
a { background-color: #50063F; }
a { background-color: rgb(80,6,63); }
div.DivClassName
{
background-color: #50063F;
}
.BgClassName
{
background-color: #50063F;
}
</style>
border-color css
<style>
span { border-color: #50063F; }
span { border-color: rgb(80,6,63); }
td.TdClassName
{
border-color: #50063F;
}
.TagClassName
{
border-color: #50063F;
}
</style>