Shades of Tyrian Purple #50083F
Tints of Tyrian Purple #50083F
RGB
CMYK
RGB Variations
Color information
#50083F (or 0x50083F) is known color: Tyrian Purple. HEX triplet: 50, 08 and 3F. RGB value is (80,8,63). Sum of RGB (Red+Green+Blue) = 80+8+63=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #50083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50083F is #AFF7C0. Grayscale: #232323. Windows color (decimal): -11532225 or 4130896. OLE color: 4130896.
HSL color Cylindrical-coordinate representation of color #50083F: hue angle of 314.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50083F is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 63 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.69 |
| HSL | 314.17º | 0.82% | 0.17% | - |
| HSV(B) | 314.17º | 0.9% | 0.31% | - |
| XYZ | 4.29 | 2.24 | 4.91 | - |
| YUV | 35.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 63 | 0 | 0.90 | 0.21 | 0.69 | 314.17 | 0.82 | 0.17 |
| Hex | 50 | 8 | 3F | 0 | 5A | 15 | 45 | 13A | 52 | 11 |
| Octal | 120 | 10 | 77 | 0 | 132 | 25 | 105 | 472 | 122 | 21 |
| Binary | 1010000 | 1000 | 111111 | 0 | 1011010 | 10101 | 1000101 | 100111010 | 1010010 | 10001 |
Color Harmonies of #50083F
Complementary color
Monochromatic Colors of #50083F
Black with #50083F
Text Example
Text Example
White with #50083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50083F; }
p { color: rgb(80,8,63); }
H1.HeaderClassName
{
color: #50083F;
}
.AnyTagClassName
{
color: #50083F;
}
</style>
background-color css
<style>
a { background-color: #50083F; }
a { background-color: rgb(80,8,63); }
div.DivClassName
{
background-color: #50083F;
}
.BgClassName
{
background-color: #50083F;
}
</style>
border-color css
<style>
span { border-color: #50083F; }
span { border-color: rgb(80,8,63); }
td.TdClassName
{
border-color: #50083F;
}
.TagClassName
{
border-color: #50083F;
}
</style>