Shades of Tyrian Purple #500845
Tints of Tyrian Purple #500845
RGB
CMYK
RGB Variations
Color information
#500845 (or 0x500845) is known color: Tyrian Purple. HEX triplet: 50, 08 and 45. RGB value is (80,8,69). Sum of RGB (Red+Green+Blue) = 80+8+69=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500845 is #AFF7BA. Grayscale: #242424. Windows color (decimal): -11532219 or 4524112. OLE color: 4524112.
HSL color Cylindrical-coordinate representation of color #500845: hue angle of 309.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 #500845 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 69 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.69 |
| HSL | 309.17º | 0.82% | 0.17% | - |
| HSV(B) | 309.17º | 0.9% | 0.31% | - |
| XYZ | 4.47 | 2.31 | 5.84 | - |
| YUV | 36.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 69 | 0 | 0.90 | 0.14 | 0.69 | 309.17 | 0.82 | 0.17 |
| Hex | 50 | 8 | 45 | 0 | 5A | E | 45 | 135 | 52 | 11 |
| Octal | 120 | 10 | 105 | 0 | 132 | 16 | 105 | 465 | 122 | 21 |
| Binary | 1010000 | 1000 | 1000101 | 0 | 1011010 | 1110 | 1000101 | 100110101 | 1010010 | 10001 |
Color Harmonies of #500845
Complementary color
Monochromatic Colors of #500845
Black with #500845
Text Example
Text Example
White with #500845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500845; }
p { color: rgb(80,8,69); }
H1.HeaderClassName
{
color: #500845;
}
.AnyTagClassName
{
color: #500845;
}
</style>
background-color css
<style>
a { background-color: #500845; }
a { background-color: rgb(80,8,69); }
div.DivClassName
{
background-color: #500845;
}
.BgClassName
{
background-color: #500845;
}
</style>
border-color css
<style>
span { border-color: #500845; }
span { border-color: rgb(80,8,69); }
td.TdClassName
{
border-color: #500845;
}
.TagClassName
{
border-color: #500845;
}
</style>