Shades of Tyrian Purple #50033D
Tints of Tyrian Purple #50033D
RGB
CMYK
RGB Variations
Color information
#50033D (or 0x50033D) is known color: Tyrian Purple. HEX triplet: 50, 03 and 3D. RGB value is (80,3,61). Sum of RGB (Red+Green+Blue) = 80+3+61=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50033D is #AFFCC2. Grayscale: #202020. Windows color (decimal): -11533507 or 3998544. OLE color: 3998544.
HSL color Cylindrical-coordinate representation of color #50033D: hue angle of 314.81º 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 #50033D is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 61 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.69 |
| HSL | 314.81º | 0.93% | 0.16% | - |
| HSV(B) | 314.81º | 0.96% | 0.31% | - |
| XYZ | 4.18 | 2.11 | 4.6 | - |
| YUV | 32.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 61 | 0 | 0.96 | 0.24 | 0.69 | 314.81 | 0.93 | 0.16 |
| Hex | 50 | 3 | 3D | 0 | 60 | 18 | 45 | 13B | 5D | 10 |
| Octal | 120 | 3 | 75 | 0 | 140 | 30 | 105 | 473 | 135 | 20 |
| Binary | 1010000 | 11 | 111101 | 0 | 1100000 | 11000 | 1000101 | 100111011 | 1011101 | 10000 |
Color Harmonies of #50033D
Complementary color
Monochromatic Colors of #50033D
Black with #50033D
Text Example
Text Example
White with #50033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50033D; }
p { color: rgb(80,3,61); }
H1.HeaderClassName
{
color: #50033D;
}
.AnyTagClassName
{
color: #50033D;
}
</style>
background-color css
<style>
a { background-color: #50033D; }
a { background-color: rgb(80,3,61); }
div.DivClassName
{
background-color: #50033D;
}
.BgClassName
{
background-color: #50033D;
}
</style>
border-color css
<style>
span { border-color: #50033D; }
span { border-color: rgb(80,3,61); }
td.TdClassName
{
border-color: #50033D;
}
.TagClassName
{
border-color: #50033D;
}
</style>