Shades of Tyrian Purple #500A3A
Tints of Tyrian Purple #500A3A
RGB
CMYK
RGB Variations
Color information
#500A3A (or 0x500A3A) is known color: Tyrian Purple. HEX triplet: 50, 0A and 3A. RGB value is (80,10,58). Sum of RGB (Red+Green+Blue) = 80+10+58=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #500A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A3A is #AFF5C5. Grayscale: #242424. Windows color (decimal): -11531718 or 3803728. OLE color: 3803728.
HSL color Cylindrical-coordinate representation of color #500A3A: hue angle of 318.86º 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 #500A3A is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 10 | 58 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.69 |
| HSL | 318.86º | 0.78% | 0.18% | - |
| HSV(B) | 318.86º | 0.88% | 0.31% | - |
| XYZ | 4.18 | 2.23 | 4.21 | - |
| YUV | 36.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 58 | 0 | 0.87 | 0.28 | 0.69 | 318.86 | 0.78 | 0.18 |
| Hex | 50 | A | 3A | 0 | 57 | 1C | 45 | 13F | 4E | 12 |
| Octal | 120 | 12 | 72 | 0 | 127 | 34 | 105 | 477 | 116 | 22 |
| Binary | 1010000 | 1010 | 111010 | 0 | 1010111 | 11100 | 1000101 | 100111111 | 1001110 | 10010 |
Color Harmonies of #500A3A
Complementary color
Monochromatic Colors of #500A3A
Black with #500A3A
Text Example
Text Example
White with #500A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A3A; }
p { color: rgb(80,10,58); }
H1.HeaderClassName
{
color: #500A3A;
}
.AnyTagClassName
{
color: #500A3A;
}
</style>
background-color css
<style>
a { background-color: #500A3A; }
a { background-color: rgb(80,10,58); }
div.DivClassName
{
background-color: #500A3A;
}
.BgClassName
{
background-color: #500A3A;
}
</style>
border-color css
<style>
span { border-color: #500A3A; }
span { border-color: rgb(80,10,58); }
td.TdClassName
{
border-color: #500A3A;
}
.TagClassName
{
border-color: #500A3A;
}
</style>