Shades of Tyrian Purple #50004F
Tints of Tyrian Purple #50004F
RGB
CMYK
RGB Variations
Color information
#50004F (or 0x50004F) is known color: Tyrian Purple. HEX triplet: 50, 00 and 4F. RGB value is (80,0,79). Sum of RGB (Red+Green+Blue) = 80+0+79=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50004F is #AFFFB0. Grayscale: #202020. Windows color (decimal): -11534257 or 5177424. OLE color: 5177424.
HSL color Cylindrical-coordinate representation of color #50004F: hue angle of 300.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50004F is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.01 | 0.69 |
| HSL | 300.75º | 1% | 0.16% | - |
| HSV(B) | 300.75º | 1% | 0.31% | - |
| XYZ | 4.72 | 2.27 | 7.59 | - |
| YUV | 32.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 79 | 0 | 1 | 0.01 | 0.69 | 300.75 | 1 | 0.16 |
| Hex | 50 | 0 | 4F | 0 | 64 | 1 | 45 | 12D | 64 | 10 |
| Octal | 120 | 0 | 117 | 0 | 144 | 1 | 105 | 455 | 144 | 20 |
| Binary | 1010000 | 0 | 1001111 | 0 | 1100100 | 1 | 1000101 | 100101101 | 1100100 | 10000 |
Color Harmonies of #50004F
Complementary color
Monochromatic Colors of #50004F
Black with #50004F
Text Example
Text Example
White with #50004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50004F; }
p { color: rgb(80,0,79); }
H1.HeaderClassName
{
color: #50004F;
}
.AnyTagClassName
{
color: #50004F;
}
</style>
background-color css
<style>
a { background-color: #50004F; }
a { background-color: rgb(80,0,79); }
div.DivClassName
{
background-color: #50004F;
}
.BgClassName
{
background-color: #50004F;
}
</style>
border-color css
<style>
span { border-color: #50004F; }
span { border-color: rgb(80,0,79); }
td.TdClassName
{
border-color: #50004F;
}
.TagClassName
{
border-color: #50004F;
}
</style>