Shades of Tyrian Purple #50014C
Tints of Tyrian Purple #50014C
RGB
CMYK
RGB Variations
Color information
#50014C (or 0x50014C) is known color: Tyrian Purple. HEX triplet: 50, 01 and 4C. RGB value is (80,1,76). Sum of RGB (Red+Green+Blue) = 80+1+76=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50014C is #AFFEB3. Grayscale: #202020. Windows color (decimal): -11534004 or 4981072. OLE color: 4981072.
HSL color Cylindrical-coordinate representation of color #50014C: hue angle of 303.04º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50014C is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.69 |
| HSL | 303.04º | 0.98% | 0.16% | - |
| HSV(B) | 303.04º | 0.99% | 0.31% | - |
| XYZ | 4.62 | 2.25 | 7.03 | - |
| YUV | 33.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 76 | 0 | 0.99 | 0.05 | 0.69 | 303.04 | 0.98 | 0.16 |
| Hex | 50 | 1 | 4C | 0 | 63 | 5 | 45 | 12F | 62 | 10 |
| Octal | 120 | 1 | 114 | 0 | 143 | 5 | 105 | 457 | 142 | 20 |
| Binary | 1010000 | 1 | 1001100 | 0 | 1100011 | 101 | 1000101 | 100101111 | 1100010 | 10000 |
Color Harmonies of #50014C
Complementary color
Monochromatic Colors of #50014C
Black with #50014C
Text Example
Text Example
White with #50014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50014C; }
p { color: rgb(80,1,76); }
H1.HeaderClassName
{
color: #50014C;
}
.AnyTagClassName
{
color: #50014C;
}
</style>
background-color css
<style>
a { background-color: #50014C; }
a { background-color: rgb(80,1,76); }
div.DivClassName
{
background-color: #50014C;
}
.BgClassName
{
background-color: #50014C;
}
</style>
border-color css
<style>
span { border-color: #50014C; }
span { border-color: rgb(80,1,76); }
td.TdClassName
{
border-color: #50014C;
}
.TagClassName
{
border-color: #50014C;
}
</style>