Shades of Tyrian Purple #500942
Tints of Tyrian Purple #500942
RGB
CMYK
RGB Variations
Color information
#500942 (or 0x500942) is known color: Tyrian Purple. HEX triplet: 50, 09 and 42. RGB value is (80,9,66). Sum of RGB (Red+Green+Blue) = 80+9+66=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500942 is #AFF6BD. Grayscale: #242424. Windows color (decimal): -11531966 or 4327760. OLE color: 4327760.
HSL color Cylindrical-coordinate representation of color #500942: hue angle of 311.83º 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 #500942 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 66 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.69 |
| HSL | 311.83º | 0.8% | 0.17% | - |
| HSV(B) | 311.83º | 0.89% | 0.31% | - |
| XYZ | 4.39 | 2.29 | 5.37 | - |
| YUV | 36.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 66 | 0 | 0.89 | 0.17 | 0.69 | 311.83 | 0.8 | 0.17 |
| Hex | 50 | 9 | 42 | 0 | 59 | 11 | 45 | 138 | 50 | 11 |
| Octal | 120 | 11 | 102 | 0 | 131 | 21 | 105 | 470 | 120 | 21 |
| Binary | 1010000 | 1001 | 1000010 | 0 | 1011001 | 10001 | 1000101 | 100111000 | 1010000 | 10001 |
Color Harmonies of #500942
Complementary color
Monochromatic Colors of #500942
Black with #500942
Text Example
Text Example
White with #500942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500942; }
p { color: rgb(80,9,66); }
H1.HeaderClassName
{
color: #500942;
}
.AnyTagClassName
{
color: #500942;
}
</style>
background-color css
<style>
a { background-color: #500942; }
a { background-color: rgb(80,9,66); }
div.DivClassName
{
background-color: #500942;
}
.BgClassName
{
background-color: #500942;
}
</style>
border-color css
<style>
span { border-color: #500942; }
span { border-color: rgb(80,9,66); }
td.TdClassName
{
border-color: #500942;
}
.TagClassName
{
border-color: #500942;
}
</style>