Shades of Tyrian Purple #500345
Tints of Tyrian Purple #500345
RGB
CMYK
RGB Variations
Color information
#500345 (or 0x500345) is known color: Tyrian Purple. HEX triplet: 50, 03 and 45. RGB value is (80,3,69). Sum of RGB (Red+Green+Blue) = 80+3+69=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500345 is #AFFCBA. Grayscale: #212121. Windows color (decimal): -11533499 or 4522832. OLE color: 4522832.
HSL color Cylindrical-coordinate representation of color #500345: hue angle of 308.57º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500345 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 69 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.69 |
| HSL | 308.57º | 0.93% | 0.16% | - |
| HSV(B) | 308.57º | 0.96% | 0.31% | - |
| XYZ | 4.42 | 2.2 | 5.82 | - |
| YUV | 33.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 69 | 0 | 0.96 | 0.14 | 0.69 | 308.57 | 0.93 | 0.16 |
| Hex | 50 | 3 | 45 | 0 | 60 | E | 45 | 135 | 5D | 10 |
| Octal | 120 | 3 | 105 | 0 | 140 | 16 | 105 | 465 | 135 | 20 |
| Binary | 1010000 | 11 | 1000101 | 0 | 1100000 | 1110 | 1000101 | 100110101 | 1011101 | 10000 |
Color Harmonies of #500345
Complementary color
Monochromatic Colors of #500345
Black with #500345
Text Example
Text Example
White with #500345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500345; }
p { color: rgb(80,3,69); }
H1.HeaderClassName
{
color: #500345;
}
.AnyTagClassName
{
color: #500345;
}
</style>
background-color css
<style>
a { background-color: #500345; }
a { background-color: rgb(80,3,69); }
div.DivClassName
{
background-color: #500345;
}
.BgClassName
{
background-color: #500345;
}
</style>
border-color css
<style>
span { border-color: #500345; }
span { border-color: rgb(80,3,69); }
td.TdClassName
{
border-color: #500345;
}
.TagClassName
{
border-color: #500345;
}
</style>