Shades of Tyrian Purple #50003A
Tints of Tyrian Purple #50003A
RGB
CMYK
RGB Variations
Color information
#50003A (or 0x50003A) is known color: Tyrian Purple. HEX triplet: 50, 00 and 3A. RGB value is (80,0,58). Sum of RGB (Red+Green+Blue) = 80+0+58=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #50003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50003A is #AFFFC5. Grayscale: #1E1E1E. Windows color (decimal): -11534278 or 3801168. OLE color: 3801168.
HSL color Cylindrical-coordinate representation of color #50003A: hue angle of 316.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 #50003A is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.28 | 0.69 |
| HSL | 316.5º | 1% | 0.16% | - |
| HSV(B) | 316.5º | 1% | 0.31% | - |
| XYZ | 4.07 | 2.01 | 4.18 | - |
| YUV | 30.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 58 | 0 | 1 | 0.28 | 0.69 | 316.5 | 1 | 0.16 |
| Hex | 50 | 0 | 3A | 0 | 64 | 1C | 45 | 13C | 64 | 10 |
| Octal | 120 | 0 | 72 | 0 | 144 | 34 | 105 | 474 | 144 | 20 |
| Binary | 1010000 | 0 | 111010 | 0 | 1100100 | 11100 | 1000101 | 100111100 | 1100100 | 10000 |
Color Harmonies of #50003A
Complementary color
Monochromatic Colors of #50003A
Black with #50003A
Text Example
Text Example
White with #50003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50003A; }
p { color: rgb(80,0,58); }
H1.HeaderClassName
{
color: #50003A;
}
.AnyTagClassName
{
color: #50003A;
}
</style>
background-color css
<style>
a { background-color: #50003A; }
a { background-color: rgb(80,0,58); }
div.DivClassName
{
background-color: #50003A;
}
.BgClassName
{
background-color: #50003A;
}
</style>
border-color css
<style>
span { border-color: #50003A; }
span { border-color: rgb(80,0,58); }
td.TdClassName
{
border-color: #50003A;
}
.TagClassName
{
border-color: #50003A;
}
</style>