Shades of Tyrian Purple #500045
Tints of Tyrian Purple #500045
RGB
CMYK
RGB Variations
Color information
#500045 (or 0x500045) is known color: Tyrian Purple. HEX triplet: 50, 00 and 45. RGB value is (80,0,69). Sum of RGB (Red+Green+Blue) = 80+0+69=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #500045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500045 is #AFFFBA. Grayscale: #1F1F1F. Windows color (decimal): -11534267 or 4522064. OLE color: 4522064.
HSL color Cylindrical-coordinate representation of color #500045: hue angle of 308.25º 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 #500045 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.14 | 0.69 |
| HSL | 308.25º | 1% | 0.16% | - |
| HSV(B) | 308.25º | 1% | 0.31% | - |
| XYZ | 4.38 | 2.14 | 5.81 | - |
| YUV | 31.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 69 | 0 | 1 | 0.14 | 0.69 | 308.25 | 1 | 0.16 |
| Hex | 50 | 0 | 45 | 0 | 64 | E | 45 | 134 | 64 | 10 |
| Octal | 120 | 0 | 105 | 0 | 144 | 16 | 105 | 464 | 144 | 20 |
| Binary | 1010000 | 0 | 1000101 | 0 | 1100100 | 1110 | 1000101 | 100110100 | 1100100 | 10000 |
Color Harmonies of #500045
Complementary color
Monochromatic Colors of #500045
Black with #500045
Text Example
Text Example
White with #500045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500045; }
p { color: rgb(80,0,69); }
H1.HeaderClassName
{
color: #500045;
}
.AnyTagClassName
{
color: #500045;
}
</style>
background-color css
<style>
a { background-color: #500045; }
a { background-color: rgb(80,0,69); }
div.DivClassName
{
background-color: #500045;
}
.BgClassName
{
background-color: #500045;
}
</style>
border-color css
<style>
span { border-color: #500045; }
span { border-color: rgb(80,0,69); }
td.TdClassName
{
border-color: #500045;
}
.TagClassName
{
border-color: #500045;
}
</style>