Shades of Tyrian Purple #500446
Tints of Tyrian Purple #500446
RGB
CMYK
RGB Variations
Color information
#500446 (or 0x500446) is known color: Tyrian Purple. HEX triplet: 50, 04 and 46. RGB value is (80,4,70). Sum of RGB (Red+Green+Blue) = 80+4+70=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500446 is #AFFBB9. Grayscale: #222222. Windows color (decimal): -11533242 or 4588624. OLE color: 4588624.
HSL color Cylindrical-coordinate representation of color #500446: hue angle of 307.89º 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 #500446 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 70 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.69 |
| HSL | 307.89º | 0.9% | 0.16% | - |
| HSV(B) | 307.89º | 0.95% | 0.31% | - |
| XYZ | 4.46 | 2.23 | 5.99 | - |
| YUV | 34.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 70 | 0 | 0.95 | 0.12 | 0.69 | 307.89 | 0.9 | 0.16 |
| Hex | 50 | 4 | 46 | 0 | 5F | C | 45 | 134 | 5A | 10 |
| Octal | 120 | 4 | 106 | 0 | 137 | 14 | 105 | 464 | 132 | 20 |
| Binary | 1010000 | 100 | 1000110 | 0 | 1011111 | 1100 | 1000101 | 100110100 | 1011010 | 10000 |
Color Harmonies of #500446
Complementary color
Monochromatic Colors of #500446
Black with #500446
Text Example
Text Example
White with #500446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500446; }
p { color: rgb(80,4,70); }
H1.HeaderClassName
{
color: #500446;
}
.AnyTagClassName
{
color: #500446;
}
</style>
background-color css
<style>
a { background-color: #500446; }
a { background-color: rgb(80,4,70); }
div.DivClassName
{
background-color: #500446;
}
.BgClassName
{
background-color: #500446;
}
</style>
border-color css
<style>
span { border-color: #500446; }
span { border-color: rgb(80,4,70); }
td.TdClassName
{
border-color: #500446;
}
.TagClassName
{
border-color: #500446;
}
</style>