Shades of Tyrian Purple #500043
Tints of Tyrian Purple #500043
RGB
CMYK
RGB Variations
Color information
#500043 (or 0x500043) is known color: Tyrian Purple. HEX triplet: 50, 00 and 43. RGB value is (80,0,67). Sum of RGB (Red+Green+Blue) = 80+0+67=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #500043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500043 is #AFFFBC. Grayscale: #1F1F1F. Windows color (decimal): -11534269 or 4390992. OLE color: 4390992.
HSL color Cylindrical-coordinate representation of color #500043: hue angle of 309.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500043 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.16 | 0.69 |
| HSL | 309.75º | 1% | 0.16% | - |
| HSV(B) | 309.75º | 1% | 0.31% | - |
| XYZ | 4.32 | 2.11 | 5.49 | - |
| YUV | 31.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 67 | 0 | 1 | 0.16 | 0.69 | 309.75 | 1 | 0.16 |
| Hex | 50 | 0 | 43 | 0 | 64 | 10 | 45 | 136 | 64 | 10 |
| Octal | 120 | 0 | 103 | 0 | 144 | 20 | 105 | 466 | 144 | 20 |
| Binary | 1010000 | 0 | 1000011 | 0 | 1100100 | 10000 | 1000101 | 100110110 | 1100100 | 10000 |
Color Harmonies of #500043
Complementary color
Monochromatic Colors of #500043
Black with #500043
Text Example
Text Example
White with #500043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500043; }
p { color: rgb(80,0,67); }
H1.HeaderClassName
{
color: #500043;
}
.AnyTagClassName
{
color: #500043;
}
</style>
background-color css
<style>
a { background-color: #500043; }
a { background-color: rgb(80,0,67); }
div.DivClassName
{
background-color: #500043;
}
.BgClassName
{
background-color: #500043;
}
</style>
border-color css
<style>
span { border-color: #500043; }
span { border-color: rgb(80,0,67); }
td.TdClassName
{
border-color: #500043;
}
.TagClassName
{
border-color: #500043;
}
</style>