Shades of Tyrian Purple #500545
Tints of Tyrian Purple #500545
RGB
CMYK
RGB Variations
Color information
#500545 (or 0x500545) is known color: Tyrian Purple. HEX triplet: 50, 05 and 45. RGB value is (80,5,69). Sum of RGB (Red+Green+Blue) = 80+5+69=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500545 is #AFFABA. Grayscale: #222222. Windows color (decimal): -11532987 or 4523344. OLE color: 4523344.
HSL color Cylindrical-coordinate representation of color #500545: hue angle of 308.8º 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 #500545 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 69 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.69 |
| HSL | 308.8º | 0.88% | 0.17% | - |
| HSV(B) | 308.8º | 0.94% | 0.31% | - |
| XYZ | 4.44 | 2.24 | 5.83 | - |
| YUV | 34.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 69 | 0 | 0.94 | 0.14 | 0.69 | 308.8 | 0.88 | 0.17 |
| Hex | 50 | 5 | 45 | 0 | 5E | E | 45 | 135 | 58 | 11 |
| Octal | 120 | 5 | 105 | 0 | 136 | 16 | 105 | 465 | 130 | 21 |
| Binary | 1010000 | 101 | 1000101 | 0 | 1011110 | 1110 | 1000101 | 100110101 | 1011000 | 10001 |
Color Harmonies of #500545
Complementary color
Monochromatic Colors of #500545
Black with #500545
Text Example
Text Example
White with #500545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500545; }
p { color: rgb(80,5,69); }
H1.HeaderClassName
{
color: #500545;
}
.AnyTagClassName
{
color: #500545;
}
</style>
background-color css
<style>
a { background-color: #500545; }
a { background-color: rgb(80,5,69); }
div.DivClassName
{
background-color: #500545;
}
.BgClassName
{
background-color: #500545;
}
</style>
border-color css
<style>
span { border-color: #500545; }
span { border-color: rgb(80,5,69); }
td.TdClassName
{
border-color: #500545;
}
.TagClassName
{
border-color: #500545;
}
</style>