Shades of Tyrian Purple #500150
Tints of Tyrian Purple #500150
RGB
CMYK
RGB Variations
Color information
#500150 (or 0x500150) is known color: Tyrian Purple. HEX triplet: 50, 01 and 50. RGB value is (80,1,80). Sum of RGB (Red+Green+Blue) = 80+1+80=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #500150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500150 is #AFFEAF. Grayscale: #212121. Windows color (decimal): -11534000 or 5243216. OLE color: 5243216.
HSL color Cylindrical-coordinate representation of color #500150: hue angle of 300º 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 #500150 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0 | 0.69 |
| HSL | 300º | 0.98% | 0.16% | - |
| HSV(B) | 300º | 0.99% | 0.31% | - |
| XYZ | 4.77 | 2.31 | 7.78 | - |
| YUV | 33.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 80 | 0 | 0.99 | 0 | 0.69 | 300 | 0.98 | 0.16 |
| Hex | 50 | 1 | 50 | 0 | 63 | 0 | 45 | 12C | 62 | 10 |
| Octal | 120 | 1 | 120 | 0 | 143 | 0 | 105 | 454 | 142 | 20 |
| Binary | 1010000 | 1 | 1010000 | 0 | 1100011 | 0 | 1000101 | 100101100 | 1100010 | 10000 |
Color Harmonies of #500150
Complementary color
Monochromatic Colors of #500150
Black with #500150
Text Example
Text Example
White with #500150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500150; }
p { color: rgb(80,1,80); }
H1.HeaderClassName
{
color: #500150;
}
.AnyTagClassName
{
color: #500150;
}
</style>
background-color css
<style>
a { background-color: #500150; }
a { background-color: rgb(80,1,80); }
div.DivClassName
{
background-color: #500150;
}
.BgClassName
{
background-color: #500150;
}
</style>
border-color css
<style>
span { border-color: #500150; }
span { border-color: rgb(80,1,80); }
td.TdClassName
{
border-color: #500150;
}
.TagClassName
{
border-color: #500150;
}
</style>