Shades of Tyrian Purple #50034B
Tints of Tyrian Purple #50034B
RGB
CMYK
RGB Variations
Color information
#50034B (or 0x50034B) is known color: Tyrian Purple. HEX triplet: 50, 03 and 4B. RGB value is (80,3,75). Sum of RGB (Red+Green+Blue) = 80+3+75=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50034B is #AFFCB4. Grayscale: #222222. Windows color (decimal): -11533493 or 4916048. OLE color: 4916048.
HSL color Cylindrical-coordinate representation of color #50034B: hue angle of 303.9º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50034B is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 75 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.69 |
| HSL | 303.9º | 0.93% | 0.16% | - |
| HSV(B) | 303.9º | 0.96% | 0.31% | - |
| XYZ | 4.61 | 2.28 | 6.85 | - |
| YUV | 34.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 75 | 0 | 0.96 | 0.06 | 0.69 | 303.9 | 0.93 | 0.16 |
| Hex | 50 | 3 | 4B | 0 | 60 | 6 | 45 | 130 | 5D | 10 |
| Octal | 120 | 3 | 113 | 0 | 140 | 6 | 105 | 460 | 135 | 20 |
| Binary | 1010000 | 11 | 1001011 | 0 | 1100000 | 110 | 1000101 | 100110000 | 1011101 | 10000 |
Color Harmonies of #50034B
Complementary color
Monochromatic Colors of #50034B
Black with #50034B
Text Example
Text Example
White with #50034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50034B; }
p { color: rgb(80,3,75); }
H1.HeaderClassName
{
color: #50034B;
}
.AnyTagClassName
{
color: #50034B;
}
</style>
background-color css
<style>
a { background-color: #50034B; }
a { background-color: rgb(80,3,75); }
div.DivClassName
{
background-color: #50034B;
}
.BgClassName
{
background-color: #50034B;
}
</style>
border-color css
<style>
span { border-color: #50034B; }
span { border-color: rgb(80,3,75); }
td.TdClassName
{
border-color: #50034B;
}
.TagClassName
{
border-color: #50034B;
}
</style>