Shades of Tyrian Purple #500A43
Tints of Tyrian Purple #500A43
RGB
CMYK
RGB Variations
Color information
#500A43 (or 0x500A43) is known color: Tyrian Purple. HEX triplet: 50, 0A and 43. RGB value is (80,10,67). Sum of RGB (Red+Green+Blue) = 80+10+67=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500A43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A43 is #AFF5BC. Grayscale: #252525. Windows color (decimal): -11531709 or 4393552. OLE color: 4393552.
HSL color Cylindrical-coordinate representation of color #500A43: hue angle of 311.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A43 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 67 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.69 |
| HSL | 311.14º | 0.78% | 0.18% | - |
| HSV(B) | 311.14º | 0.88% | 0.31% | - |
| XYZ | 4.43 | 2.33 | 5.53 | - |
| YUV | 37.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 67 | 0 | 0.87 | 0.16 | 0.69 | 311.14 | 0.78 | 0.18 |
| Hex | 50 | A | 43 | 0 | 57 | 10 | 45 | 137 | 4E | 12 |
| Octal | 120 | 12 | 103 | 0 | 127 | 20 | 105 | 467 | 116 | 22 |
| Binary | 1010000 | 1010 | 1000011 | 0 | 1010111 | 10000 | 1000101 | 100110111 | 1001110 | 10010 |
Color Harmonies of #500A43
Complementary color
Monochromatic Colors of #500A43
Black with #500A43
Text Example
Text Example
White with #500A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A43; }
p { color: rgb(80,10,67); }
H1.HeaderClassName
{
color: #500A43;
}
.AnyTagClassName
{
color: #500A43;
}
</style>
background-color css
<style>
a { background-color: #500A43; }
a { background-color: rgb(80,10,67); }
div.DivClassName
{
background-color: #500A43;
}
.BgClassName
{
background-color: #500A43;
}
</style>
border-color css
<style>
span { border-color: #500A43; }
span { border-color: rgb(80,10,67); }
td.TdClassName
{
border-color: #500A43;
}
.TagClassName
{
border-color: #500A43;
}
</style>