Shades of Tyrian Purple #500142
Tints of Tyrian Purple #500142
RGB
CMYK
RGB Variations
Color information
#500142 (or 0x500142) is known color: Tyrian Purple. HEX triplet: 50, 01 and 42. RGB value is (80,1,66). Sum of RGB (Red+Green+Blue) = 80+1+66=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #500142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500142 is #AFFEBD. Grayscale: #1F1F1F. Windows color (decimal): -11534014 or 4325712. OLE color: 4325712.
HSL color Cylindrical-coordinate representation of color #500142: hue angle of 310.63º 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 #500142 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.69 |
| HSL | 310.63º | 0.98% | 0.16% | - |
| HSV(B) | 310.63º | 0.99% | 0.31% | - |
| XYZ | 4.3 | 2.12 | 5.34 | - |
| YUV | 32.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 66 | 0 | 0.99 | 0.17 | 0.69 | 310.63 | 0.98 | 0.16 |
| Hex | 50 | 1 | 42 | 0 | 63 | 11 | 45 | 137 | 62 | 10 |
| Octal | 120 | 1 | 102 | 0 | 143 | 21 | 105 | 467 | 142 | 20 |
| Binary | 1010000 | 1 | 1000010 | 0 | 1100011 | 10001 | 1000101 | 100110111 | 1100010 | 10000 |
Color Harmonies of #500142
Complementary color
Monochromatic Colors of #500142
Black with #500142
Text Example
Text Example
White with #500142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500142; }
p { color: rgb(80,1,66); }
H1.HeaderClassName
{
color: #500142;
}
.AnyTagClassName
{
color: #500142;
}
</style>
background-color css
<style>
a { background-color: #500142; }
a { background-color: rgb(80,1,66); }
div.DivClassName
{
background-color: #500142;
}
.BgClassName
{
background-color: #500142;
}
</style>
border-color css
<style>
span { border-color: #500142; }
span { border-color: rgb(80,1,66); }
td.TdClassName
{
border-color: #500142;
}
.TagClassName
{
border-color: #500142;
}
</style>