Shades of Tyrian Purple #50053C
Tints of Tyrian Purple #50053C
RGB
CMYK
RGB Variations
Color information
#50053C (or 0x50053C) is known color: Tyrian Purple. HEX triplet: 50, 05 and 3C. RGB value is (80,5,60). Sum of RGB (Red+Green+Blue) = 80+5+60=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50053C is #AFFAC3. Grayscale: #212121. Windows color (decimal): -11532996 or 3933520. OLE color: 3933520.
HSL color Cylindrical-coordinate representation of color #50053C: hue angle of 316º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50053C is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.69 |
| HSL | 316º | 0.88% | 0.17% | - |
| HSV(B) | 316º | 0.94% | 0.31% | - |
| XYZ | 4.18 | 2.14 | 4.47 | - |
| YUV | 33.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 60 | 0 | 0.94 | 0.25 | 0.69 | 316 | 0.88 | 0.17 |
| Hex | 50 | 5 | 3C | 0 | 5E | 19 | 45 | 13C | 58 | 11 |
| Octal | 120 | 5 | 74 | 0 | 136 | 31 | 105 | 474 | 130 | 21 |
| Binary | 1010000 | 101 | 111100 | 0 | 1011110 | 11001 | 1000101 | 100111100 | 1011000 | 10001 |
Color Harmonies of #50053C
Complementary color
Monochromatic Colors of #50053C
Black with #50053C
Text Example
Text Example
White with #50053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50053C; }
p { color: rgb(80,5,60); }
H1.HeaderClassName
{
color: #50053C;
}
.AnyTagClassName
{
color: #50053C;
}
</style>
background-color css
<style>
a { background-color: #50053C; }
a { background-color: rgb(80,5,60); }
div.DivClassName
{
background-color: #50053C;
}
.BgClassName
{
background-color: #50053C;
}
</style>
border-color css
<style>
span { border-color: #50053C; }
span { border-color: rgb(80,5,60); }
td.TdClassName
{
border-color: #50053C;
}
.TagClassName
{
border-color: #50053C;
}
</style>