Shades of Tyrian Purple #500949
Tints of Tyrian Purple #500949
RGB
CMYK
RGB Variations
Color information
#500949 (or 0x500949) is known color: Tyrian Purple. HEX triplet: 50, 09 and 49. RGB value is (80,9,73). Sum of RGB (Red+Green+Blue) = 80+9+73=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #500949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500949 is #AFF6B6. Grayscale: #252525. Windows color (decimal): -11531959 or 4786512. OLE color: 4786512.
HSL color Cylindrical-coordinate representation of color #500949: hue angle of 305.92º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500949 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 73 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.69 |
| HSL | 305.92º | 0.8% | 0.17% | - |
| HSV(B) | 305.92º | 0.89% | 0.31% | - |
| XYZ | 4.61 | 2.38 | 6.52 | - |
| YUV | 37.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 73 | 0 | 0.89 | 0.09 | 0.69 | 305.92 | 0.8 | 0.17 |
| Hex | 50 | 9 | 49 | 0 | 59 | 9 | 45 | 132 | 50 | 11 |
| Octal | 120 | 11 | 111 | 0 | 131 | 11 | 105 | 462 | 120 | 21 |
| Binary | 1010000 | 1001 | 1001001 | 0 | 1011001 | 1001 | 1000101 | 100110010 | 1010000 | 10001 |
Color Harmonies of #500949
Complementary color
Monochromatic Colors of #500949
Black with #500949
Text Example
Text Example
White with #500949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500949; }
p { color: rgb(80,9,73); }
H1.HeaderClassName
{
color: #500949;
}
.AnyTagClassName
{
color: #500949;
}
</style>
background-color css
<style>
a { background-color: #500949; }
a { background-color: rgb(80,9,73); }
div.DivClassName
{
background-color: #500949;
}
.BgClassName
{
background-color: #500949;
}
</style>
border-color css
<style>
span { border-color: #500949; }
span { border-color: rgb(80,9,73); }
td.TdClassName
{
border-color: #500949;
}
.TagClassName
{
border-color: #500949;
}
</style>