Shades of Tyrian Purple #500044
Tints of Tyrian Purple #500044
RGB
CMYK
RGB Variations
Color information
#500044 (or 0x500044) is known color: Tyrian Purple. HEX triplet: 50, 00 and 44. RGB value is (80,0,68). Sum of RGB (Red+Green+Blue) = 80+0+68=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #500044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500044 is #AFFFBB. Grayscale: #1F1F1F. Windows color (decimal): -11534268 or 4456528. OLE color: 4456528.
HSL color Cylindrical-coordinate representation of color #500044: hue angle of 309º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500044 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.15 | 0.69 |
| HSL | 309º | 1% | 0.16% | - |
| HSV(B) | 309º | 1% | 0.31% | - |
| XYZ | 4.35 | 2.12 | 5.65 | - |
| YUV | 31.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 68 | 0 | 1 | 0.15 | 0.69 | 309 | 1 | 0.16 |
| Hex | 50 | 0 | 44 | 0 | 64 | F | 45 | 135 | 64 | 10 |
| Octal | 120 | 0 | 104 | 0 | 144 | 17 | 105 | 465 | 144 | 20 |
| Binary | 1010000 | 0 | 1000100 | 0 | 1100100 | 1111 | 1000101 | 100110101 | 1100100 | 10000 |
Color Harmonies of #500044
Complementary color
Monochromatic Colors of #500044
Black with #500044
Text Example
Text Example
White with #500044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500044; }
p { color: rgb(80,0,68); }
H1.HeaderClassName
{
color: #500044;
}
.AnyTagClassName
{
color: #500044;
}
</style>
background-color css
<style>
a { background-color: #500044; }
a { background-color: rgb(80,0,68); }
div.DivClassName
{
background-color: #500044;
}
.BgClassName
{
background-color: #500044;
}
</style>
border-color css
<style>
span { border-color: #500044; }
span { border-color: rgb(80,0,68); }
td.TdClassName
{
border-color: #500044;
}
.TagClassName
{
border-color: #500044;
}
</style>