Shades of Tyrian Purple #500447
Tints of Tyrian Purple #500447
RGB
CMYK
RGB Variations
Color information
#500447 (or 0x500447) is known color: Tyrian Purple. HEX triplet: 50, 04 and 47. RGB value is (80,4,71). Sum of RGB (Red+Green+Blue) = 80+4+71=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500447 is #AFFBB8. Grayscale: #222222. Windows color (decimal): -11533241 or 4654160. OLE color: 4654160.
HSL color Cylindrical-coordinate representation of color #500447: hue angle of 307.11º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500447 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 71 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.69 |
| HSL | 307.11º | 0.9% | 0.16% | - |
| HSV(B) | 307.11º | 0.95% | 0.31% | - |
| XYZ | 4.49 | 2.25 | 6.16 | - |
| YUV | 34.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 71 | 0 | 0.95 | 0.11 | 0.69 | 307.11 | 0.9 | 0.16 |
| Hex | 50 | 4 | 47 | 0 | 5F | B | 45 | 133 | 5A | 10 |
| Octal | 120 | 4 | 107 | 0 | 137 | 13 | 105 | 463 | 132 | 20 |
| Binary | 1010000 | 100 | 1000111 | 0 | 1011111 | 1011 | 1000101 | 100110011 | 1011010 | 10000 |
Color Harmonies of #500447
Complementary color
Monochromatic Colors of #500447
Black with #500447
Text Example
Text Example
White with #500447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500447; }
p { color: rgb(80,4,71); }
H1.HeaderClassName
{
color: #500447;
}
.AnyTagClassName
{
color: #500447;
}
</style>
background-color css
<style>
a { background-color: #500447; }
a { background-color: rgb(80,4,71); }
div.DivClassName
{
background-color: #500447;
}
.BgClassName
{
background-color: #500447;
}
</style>
border-color css
<style>
span { border-color: #500447; }
span { border-color: rgb(80,4,71); }
td.TdClassName
{
border-color: #500447;
}
.TagClassName
{
border-color: #500447;
}
</style>