Shades of Tyrian Purple #500145
Tints of Tyrian Purple #500145
RGB
CMYK
RGB Variations
Color information
#500145 (or 0x500145) is known color: Tyrian Purple. HEX triplet: 50, 01 and 45. RGB value is (80,1,69). Sum of RGB (Red+Green+Blue) = 80+1+69=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500145 is #AFFEBA. Grayscale: #202020. Windows color (decimal): -11534011 or 4522320. OLE color: 4522320.
HSL color Cylindrical-coordinate representation of color #500145: hue angle of 308.35º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500145 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.69 |
| HSL | 308.35º | 0.98% | 0.16% | - |
| HSV(B) | 308.35º | 0.99% | 0.31% | - |
| XYZ | 4.39 | 2.16 | 5.81 | - |
| YUV | 32.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 69 | 0 | 0.99 | 0.14 | 0.69 | 308.35 | 0.98 | 0.16 |
| Hex | 50 | 1 | 45 | 0 | 63 | E | 45 | 134 | 62 | 10 |
| Octal | 120 | 1 | 105 | 0 | 143 | 16 | 105 | 464 | 142 | 20 |
| Binary | 1010000 | 1 | 1000101 | 0 | 1100011 | 1110 | 1000101 | 100110100 | 1100010 | 10000 |
Color Harmonies of #500145
Complementary color
Monochromatic Colors of #500145
Black with #500145
Text Example
Text Example
White with #500145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500145; }
p { color: rgb(80,1,69); }
H1.HeaderClassName
{
color: #500145;
}
.AnyTagClassName
{
color: #500145;
}
</style>
background-color css
<style>
a { background-color: #500145; }
a { background-color: rgb(80,1,69); }
div.DivClassName
{
background-color: #500145;
}
.BgClassName
{
background-color: #500145;
}
</style>
border-color css
<style>
span { border-color: #500145; }
span { border-color: rgb(80,1,69); }
td.TdClassName
{
border-color: #500145;
}
.TagClassName
{
border-color: #500145;
}
</style>