Shades of Tyrian Purple #500546
Tints of Tyrian Purple #500546
RGB
CMYK
RGB Variations
Color information
#500546 (or 0x500546) is known color: Tyrian Purple. HEX triplet: 50, 05 and 46. RGB value is (80,5,70). Sum of RGB (Red+Green+Blue) = 80+5+70=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500546 is #AFFAB9. Grayscale: #222222. Windows color (decimal): -11532986 or 4588880. OLE color: 4588880.
HSL color Cylindrical-coordinate representation of color #500546: hue angle of 308º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500546 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 70 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.69 |
| HSL | 308º | 0.88% | 0.17% | - |
| HSV(B) | 308º | 0.94% | 0.31% | - |
| XYZ | 4.47 | 2.26 | 5.99 | - |
| YUV | 34.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 70 | 0 | 0.94 | 0.12 | 0.69 | 308 | 0.88 | 0.17 |
| Hex | 50 | 5 | 46 | 0 | 5E | C | 45 | 134 | 58 | 11 |
| Octal | 120 | 5 | 106 | 0 | 136 | 14 | 105 | 464 | 130 | 21 |
| Binary | 1010000 | 101 | 1000110 | 0 | 1011110 | 1100 | 1000101 | 100110100 | 1011000 | 10001 |
Color Harmonies of #500546
Complementary color
Monochromatic Colors of #500546
Black with #500546
Text Example
Text Example
White with #500546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500546; }
p { color: rgb(80,5,70); }
H1.HeaderClassName
{
color: #500546;
}
.AnyTagClassName
{
color: #500546;
}
</style>
background-color css
<style>
a { background-color: #500546; }
a { background-color: rgb(80,5,70); }
div.DivClassName
{
background-color: #500546;
}
.BgClassName
{
background-color: #500546;
}
</style>
border-color css
<style>
span { border-color: #500546; }
span { border-color: rgb(80,5,70); }
td.TdClassName
{
border-color: #500546;
}
.TagClassName
{
border-color: #500546;
}
</style>