Shades of Tyrian Purple #500745
Tints of Tyrian Purple #500745
RGB
CMYK
RGB Variations
Color information
#500745 (or 0x500745) is known color: Tyrian Purple. HEX triplet: 50, 07 and 45. RGB value is (80,7,69). Sum of RGB (Red+Green+Blue) = 80+7+69=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #500745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500745 is #AFF8BA. Grayscale: #232323. Windows color (decimal): -11532475 or 4523856. OLE color: 4523856.
HSL color Cylindrical-coordinate representation of color #500745: hue angle of 309.04º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500745 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 69 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.69 |
| HSL | 309.04º | 0.84% | 0.17% | - |
| HSV(B) | 309.04º | 0.91% | 0.31% | - |
| XYZ | 4.46 | 2.29 | 5.84 | - |
| YUV | 35.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 69 | 0 | 0.91 | 0.14 | 0.69 | 309.04 | 0.84 | 0.17 |
| Hex | 50 | 7 | 45 | 0 | 5B | E | 45 | 135 | 54 | 11 |
| Octal | 120 | 7 | 105 | 0 | 133 | 16 | 105 | 465 | 124 | 21 |
| Binary | 1010000 | 111 | 1000101 | 0 | 1011011 | 1110 | 1000101 | 100110101 | 1010100 | 10001 |
Color Harmonies of #500745
Complementary color
Monochromatic Colors of #500745
Black with #500745
Text Example
Text Example
White with #500745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500745; }
p { color: rgb(80,7,69); }
H1.HeaderClassName
{
color: #500745;
}
.AnyTagClassName
{
color: #500745;
}
</style>
background-color css
<style>
a { background-color: #500745; }
a { background-color: rgb(80,7,69); }
div.DivClassName
{
background-color: #500745;
}
.BgClassName
{
background-color: #500745;
}
</style>
border-color css
<style>
span { border-color: #500745; }
span { border-color: rgb(80,7,69); }
td.TdClassName
{
border-color: #500745;
}
.TagClassName
{
border-color: #500745;
}
</style>