Shades of Tyrian Purple #500E48
Tints of Tyrian Purple #500E48
RGB
CMYK
RGB Variations
Color information
#500E48 (or 0x500E48) is known color: Tyrian Purple. HEX triplet: 50, 0E and 48. RGB value is (80,14,72). Sum of RGB (Red+Green+Blue) = 80+14+72=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #500E48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E48 is #AFF1B7. Grayscale: #282828. Windows color (decimal): -11530680 or 4722256. OLE color: 4722256.
HSL color Cylindrical-coordinate representation of color #500E48: hue angle of 307.27º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E48 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 72 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.69 |
| HSL | 307.27º | 0.7% | 0.18% | - |
| HSV(B) | 307.27º | 0.83% | 0.31% | - |
| XYZ | 4.64 | 2.49 | 6.37 | - |
| YUV | 40.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 72 | 0 | 0.83 | 0.10 | 0.69 | 307.27 | 0.7 | 0.18 |
| Hex | 50 | E | 48 | 0 | 53 | A | 45 | 133 | 46 | 12 |
| Octal | 120 | 16 | 110 | 0 | 123 | 12 | 105 | 463 | 106 | 22 |
| Binary | 1010000 | 1110 | 1001000 | 0 | 1010011 | 1010 | 1000101 | 100110011 | 1000110 | 10010 |
Color Harmonies of #500E48
Complementary color
Monochromatic Colors of #500E48
Black with #500E48
Text Example
Text Example
White with #500E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E48; }
p { color: rgb(80,14,72); }
H1.HeaderClassName
{
color: #500E48;
}
.AnyTagClassName
{
color: #500E48;
}
</style>
background-color css
<style>
a { background-color: #500E48; }
a { background-color: rgb(80,14,72); }
div.DivClassName
{
background-color: #500E48;
}
.BgClassName
{
background-color: #500E48;
}
</style>
border-color css
<style>
span { border-color: #500E48; }
span { border-color: rgb(80,14,72); }
td.TdClassName
{
border-color: #500E48;
}
.TagClassName
{
border-color: #500E48;
}
</style>