Shades of Tyrian Purple #50063D
Tints of Tyrian Purple #50063D
RGB
CMYK
RGB Variations
Color information
#50063D (or 0x50063D) is known color: Tyrian Purple. HEX triplet: 50, 06 and 3D. RGB value is (80,6,61). Sum of RGB (Red+Green+Blue) = 80+6+61=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50063D is #AFF9C2. Grayscale: #222222. Windows color (decimal): -11532739 or 3999312. OLE color: 3999312.
HSL color Cylindrical-coordinate representation of color #50063D: hue angle of 315.41º 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 #50063D is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 61 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.69 |
| HSL | 315.41º | 0.86% | 0.17% | - |
| HSV(B) | 315.41º | 0.93% | 0.31% | - |
| XYZ | 4.22 | 2.17 | 4.61 | - |
| YUV | 34.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 61 | 0 | 0.92 | 0.24 | 0.69 | 315.41 | 0.86 | 0.17 |
| Hex | 50 | 6 | 3D | 0 | 5C | 18 | 45 | 13B | 56 | 11 |
| Octal | 120 | 6 | 75 | 0 | 134 | 30 | 105 | 473 | 126 | 21 |
| Binary | 1010000 | 110 | 111101 | 0 | 1011100 | 11000 | 1000101 | 100111011 | 1010110 | 10001 |
Color Harmonies of #50063D
Complementary color
Monochromatic Colors of #50063D
Black with #50063D
Text Example
Text Example
White with #50063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50063D; }
p { color: rgb(80,6,61); }
H1.HeaderClassName
{
color: #50063D;
}
.AnyTagClassName
{
color: #50063D;
}
</style>
background-color css
<style>
a { background-color: #50063D; }
a { background-color: rgb(80,6,61); }
div.DivClassName
{
background-color: #50063D;
}
.BgClassName
{
background-color: #50063D;
}
</style>
border-color css
<style>
span { border-color: #50063D; }
span { border-color: rgb(80,6,61); }
td.TdClassName
{
border-color: #50063D;
}
.TagClassName
{
border-color: #50063D;
}
</style>