Shades of Tyrian Purple #500944
Tints of Tyrian Purple #500944
RGB
CMYK
RGB Variations
Color information
#500944 (or 0x500944) is known color: Tyrian Purple. HEX triplet: 50, 09 and 44. RGB value is (80,9,68). Sum of RGB (Red+Green+Blue) = 80+9+68=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500944 is #AFF6BB. Grayscale: #242424. Windows color (decimal): -11531964 or 4458832. OLE color: 4458832.
HSL color Cylindrical-coordinate representation of color #500944: hue angle of 310.14º 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 #500944 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 68 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.69 |
| HSL | 310.14º | 0.8% | 0.17% | - |
| HSV(B) | 310.14º | 0.89% | 0.31% | - |
| XYZ | 4.45 | 2.32 | 5.68 | - |
| YUV | 36.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 68 | 0 | 0.89 | 0.15 | 0.69 | 310.14 | 0.8 | 0.17 |
| Hex | 50 | 9 | 44 | 0 | 59 | F | 45 | 136 | 50 | 11 |
| Octal | 120 | 11 | 104 | 0 | 131 | 17 | 105 | 466 | 120 | 21 |
| Binary | 1010000 | 1001 | 1000100 | 0 | 1011001 | 1111 | 1000101 | 100110110 | 1010000 | 10001 |
Color Harmonies of #500944
Complementary color
Monochromatic Colors of #500944
Black with #500944
Text Example
Text Example
White with #500944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500944; }
p { color: rgb(80,9,68); }
H1.HeaderClassName
{
color: #500944;
}
.AnyTagClassName
{
color: #500944;
}
</style>
background-color css
<style>
a { background-color: #500944; }
a { background-color: rgb(80,9,68); }
div.DivClassName
{
background-color: #500944;
}
.BgClassName
{
background-color: #500944;
}
</style>
border-color css
<style>
span { border-color: #500944; }
span { border-color: rgb(80,9,68); }
td.TdClassName
{
border-color: #500944;
}
.TagClassName
{
border-color: #500944;
}
</style>