Shades of Tyrian Purple #50004C
Tints of Tyrian Purple #50004C
RGB
CMYK
RGB Variations
Color information
#50004C (or 0x50004C) is known color: Tyrian Purple. HEX triplet: 50, 00 and 4C. RGB value is (80,0,76). Sum of RGB (Red+Green+Blue) = 80+0+76=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50004C is #AFFFB3. Grayscale: #202020. Windows color (decimal): -11534260 or 4980816. OLE color: 4980816.
HSL color Cylindrical-coordinate representation of color #50004C: hue angle of 303º 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 #50004C is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.05 | 0.69 |
| HSL | 303º | 1% | 0.16% | - |
| HSV(B) | 303º | 1% | 0.31% | - |
| XYZ | 4.61 | 2.23 | 7.02 | - |
| YUV | 32.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 76 | 0 | 1 | 0.05 | 0.69 | 303 | 1 | 0.16 |
| Hex | 50 | 0 | 4C | 0 | 64 | 5 | 45 | 12F | 64 | 10 |
| Octal | 120 | 0 | 114 | 0 | 144 | 5 | 105 | 457 | 144 | 20 |
| Binary | 1010000 | 0 | 1001100 | 0 | 1100100 | 101 | 1000101 | 100101111 | 1100100 | 10000 |
Color Harmonies of #50004C
Complementary color
Monochromatic Colors of #50004C
Black with #50004C
Text Example
Text Example
White with #50004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50004C; }
p { color: rgb(80,0,76); }
H1.HeaderClassName
{
color: #50004C;
}
.AnyTagClassName
{
color: #50004C;
}
</style>
background-color css
<style>
a { background-color: #50004C; }
a { background-color: rgb(80,0,76); }
div.DivClassName
{
background-color: #50004C;
}
.BgClassName
{
background-color: #50004C;
}
</style>
border-color css
<style>
span { border-color: #50004C; }
span { border-color: rgb(80,0,76); }
td.TdClassName
{
border-color: #50004C;
}
.TagClassName
{
border-color: #50004C;
}
</style>