Shades of Tyrian Purple #50002E
Tints of Tyrian Purple #50002E
RGB
CMYK
RGB Variations
Color information
#50002E (or 0x50002E) is known color: Tyrian Purple. HEX triplet: 50, 00 and 2E. RGB value is (80,0,46). Sum of RGB (Red+Green+Blue) = 80+0+46=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002E is #AFFFD1. Grayscale: #1D1D1D. Windows color (decimal): -11534290 or 3014736. OLE color: 3014736.
HSL color Cylindrical-coordinate representation of color #50002E: hue angle of 325.5º 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 #50002E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.42 | 0.69 |
| HSL | 325.5º | 1% | 0.16% | - |
| HSV(B) | 325.5º | 1% | 0.31% | - |
| XYZ | 3.8 | 1.9 | 2.75 | - |
| YUV | 29.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 46 | 0 | 1 | 0.42 | 0.69 | 325.5 | 1 | 0.16 |
| Hex | 50 | 0 | 2E | 0 | 64 | 2A | 45 | 146 | 64 | 10 |
| Octal | 120 | 0 | 56 | 0 | 144 | 52 | 105 | 506 | 144 | 20 |
| Binary | 1010000 | 0 | 101110 | 0 | 1100100 | 101010 | 1000101 | 101000110 | 1100100 | 10000 |
Color Harmonies of #50002E
Complementary color
Monochromatic Colors of #50002E
Black with #50002E
Text Example
Text Example
White with #50002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50002E; }
p { color: rgb(80,0,46); }
H1.HeaderClassName
{
color: #50002E;
}
.AnyTagClassName
{
color: #50002E;
}
</style>
background-color css
<style>
a { background-color: #50002E; }
a { background-color: rgb(80,0,46); }
div.DivClassName
{
background-color: #50002E;
}
.BgClassName
{
background-color: #50002E;
}
</style>
border-color css
<style>
span { border-color: #50002E; }
span { border-color: rgb(80,0,46); }
td.TdClassName
{
border-color: #50002E;
}
.TagClassName
{
border-color: #50002E;
}
</style>