Shades of Tyrian Purple #500544
Tints of Tyrian Purple #500544
RGB
CMYK
RGB Variations
Color information
#500544 (or 0x500544) is known color: Tyrian Purple. HEX triplet: 50, 05 and 44. RGB value is (80,5,68). Sum of RGB (Red+Green+Blue) = 80+5+68=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500544 is #AFFABB. Grayscale: #222222. Windows color (decimal): -11532988 or 4457808. OLE color: 4457808.
HSL color Cylindrical-coordinate representation of color #500544: hue angle of 309.6º 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 #500544 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 68 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.69 |
| HSL | 309.6º | 0.88% | 0.17% | - |
| HSV(B) | 309.6º | 0.94% | 0.31% | - |
| XYZ | 4.41 | 2.23 | 5.67 | - |
| YUV | 34.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 68 | 0 | 0.94 | 0.15 | 0.69 | 309.6 | 0.88 | 0.17 |
| Hex | 50 | 5 | 44 | 0 | 5E | F | 45 | 136 | 58 | 11 |
| Octal | 120 | 5 | 104 | 0 | 136 | 17 | 105 | 466 | 130 | 21 |
| Binary | 1010000 | 101 | 1000100 | 0 | 1011110 | 1111 | 1000101 | 100110110 | 1011000 | 10001 |
Color Harmonies of #500544
Complementary color
Monochromatic Colors of #500544
Black with #500544
Text Example
Text Example
White with #500544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500544; }
p { color: rgb(80,5,68); }
H1.HeaderClassName
{
color: #500544;
}
.AnyTagClassName
{
color: #500544;
}
</style>
background-color css
<style>
a { background-color: #500544; }
a { background-color: rgb(80,5,68); }
div.DivClassName
{
background-color: #500544;
}
.BgClassName
{
background-color: #500544;
}
</style>
border-color css
<style>
span { border-color: #500544; }
span { border-color: rgb(80,5,68); }
td.TdClassName
{
border-color: #500544;
}
.TagClassName
{
border-color: #500544;
}
</style>