Shades of Tyrian Purple #50003B
Tints of Tyrian Purple #50003B
RGB
CMYK
RGB Variations
Color information
#50003B (or 0x50003B) is known color: Tyrian Purple. HEX triplet: 50, 00 and 3B. RGB value is (80,0,59). Sum of RGB (Red+Green+Blue) = 80+0+59=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #50003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50003B is #AFFFC4. Grayscale: #1E1E1E. Windows color (decimal): -11534277 or 3866704. OLE color: 3866704.
HSL color Cylindrical-coordinate representation of color #50003B: hue angle of 315.75º 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 #50003B is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.26 | 0.69 |
| HSL | 315.75º | 1% | 0.16% | - |
| HSV(B) | 315.75º | 1% | 0.31% | - |
| XYZ | 4.1 | 2.02 | 4.31 | - |
| YUV | 30.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 59 | 0 | 1 | 0.26 | 0.69 | 315.75 | 1 | 0.16 |
| Hex | 50 | 0 | 3B | 0 | 64 | 1A | 45 | 13C | 64 | 10 |
| Octal | 120 | 0 | 73 | 0 | 144 | 32 | 105 | 474 | 144 | 20 |
| Binary | 1010000 | 0 | 111011 | 0 | 1100100 | 11010 | 1000101 | 100111100 | 1100100 | 10000 |
Color Harmonies of #50003B
Complementary color
Monochromatic Colors of #50003B
Black with #50003B
Text Example
Text Example
White with #50003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50003B; }
p { color: rgb(80,0,59); }
H1.HeaderClassName
{
color: #50003B;
}
.AnyTagClassName
{
color: #50003B;
}
</style>
background-color css
<style>
a { background-color: #50003B; }
a { background-color: rgb(80,0,59); }
div.DivClassName
{
background-color: #50003B;
}
.BgClassName
{
background-color: #50003B;
}
</style>
border-color css
<style>
span { border-color: #50003B; }
span { border-color: rgb(80,0,59); }
td.TdClassName
{
border-color: #50003B;
}
.TagClassName
{
border-color: #50003B;
}
</style>