Shades of Tyrian Purple #50044C
Tints of Tyrian Purple #50044C
RGB
CMYK
RGB Variations
Color information
#50044C (or 0x50044C) is known color: Tyrian Purple. HEX triplet: 50, 04 and 4C. RGB value is (80,4,76). Sum of RGB (Red+Green+Blue) = 80+4+76=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50044C is #AFFBB3. Grayscale: #222222. Windows color (decimal): -11533236 or 4981840. OLE color: 4981840.
HSL color Cylindrical-coordinate representation of color #50044C: hue angle of 303.16º 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 #50044C is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 76 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.69 |
| HSL | 303.16º | 0.9% | 0.16% | - |
| HSV(B) | 303.16º | 0.95% | 0.31% | - |
| XYZ | 4.66 | 2.31 | 7.04 | - |
| YUV | 34.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 76 | 0 | 0.95 | 0.05 | 0.69 | 303.16 | 0.9 | 0.16 |
| Hex | 50 | 4 | 4C | 0 | 5F | 5 | 45 | 12F | 5A | 10 |
| Octal | 120 | 4 | 114 | 0 | 137 | 5 | 105 | 457 | 132 | 20 |
| Binary | 1010000 | 100 | 1001100 | 0 | 1011111 | 101 | 1000101 | 100101111 | 1011010 | 10000 |
Color Harmonies of #50044C
Complementary color
Monochromatic Colors of #50044C
Black with #50044C
Text Example
Text Example
White with #50044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50044C; }
p { color: rgb(80,4,76); }
H1.HeaderClassName
{
color: #50044C;
}
.AnyTagClassName
{
color: #50044C;
}
</style>
background-color css
<style>
a { background-color: #50044C; }
a { background-color: rgb(80,4,76); }
div.DivClassName
{
background-color: #50044C;
}
.BgClassName
{
background-color: #50044C;
}
</style>
border-color css
<style>
span { border-color: #50044C; }
span { border-color: rgb(80,4,76); }
td.TdClassName
{
border-color: #50044C;
}
.TagClassName
{
border-color: #50044C;
}
</style>