Shades of Tyrian Purple #501045
Tints of Tyrian Purple #501045
RGB
CMYK
RGB Variations
Color information
#501045 (or 0x501045) is known color: Tyrian Purple. HEX triplet: 50, 10 and 45. RGB value is (80,16,69). Sum of RGB (Red+Green+Blue) = 80+16+69=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501045 is #AFEFBA. Grayscale: #292929. Windows color (decimal): -11530171 or 4526160. OLE color: 4526160.
HSL color Cylindrical-coordinate representation of color #501045: hue angle of 310.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501045 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 69 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.69 |
| HSL | 310.31º | 0.67% | 0.19% | - |
| HSV(B) | 310.31º | 0.8% | 0.31% | - |
| XYZ | 4.57 | 2.51 | 5.87 | - |
| YUV | 41.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 69 | 0 | 0.80 | 0.14 | 0.69 | 310.31 | 0.67 | 0.19 |
| Hex | 50 | 10 | 45 | 0 | 50 | E | 45 | 136 | 43 | 13 |
| Octal | 120 | 20 | 105 | 0 | 120 | 16 | 105 | 466 | 103 | 23 |
| Binary | 1010000 | 10000 | 1000101 | 0 | 1010000 | 1110 | 1000101 | 100110110 | 1000011 | 10011 |
Color Harmonies of #501045
Complementary color
Monochromatic Colors of #501045
Black with #501045
Text Example
Text Example
White with #501045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501045; }
p { color: rgb(80,16,69); }
H1.HeaderClassName
{
color: #501045;
}
.AnyTagClassName
{
color: #501045;
}
</style>
background-color css
<style>
a { background-color: #501045; }
a { background-color: rgb(80,16,69); }
div.DivClassName
{
background-color: #501045;
}
.BgClassName
{
background-color: #501045;
}
</style>
border-color css
<style>
span { border-color: #501045; }
span { border-color: rgb(80,16,69); }
td.TdClassName
{
border-color: #501045;
}
.TagClassName
{
border-color: #501045;
}
</style>