Shades of Tyrian Purple #50002D
Tints of Tyrian Purple #50002D
RGB
CMYK
RGB Variations
Color information
#50002D (or 0x50002D) is known color: Tyrian Purple. HEX triplet: 50, 00 and 2D. RGB value is (80,0,45). Sum of RGB (Red+Green+Blue) = 80+0+45=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002D is #AFFFD2. Grayscale: #1C1C1C. Windows color (decimal): -11534291 or 2949200. OLE color: 2949200.
HSL color Cylindrical-coordinate representation of color #50002D: hue angle of 326.25º 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 #50002D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.44 | 0.69 |
| HSL | 326.25º | 1% | 0.16% | - |
| HSV(B) | 326.25º | 1% | 0.31% | - |
| XYZ | 3.78 | 1.89 | 2.65 | - |
| YUV | 29.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 45 | 0 | 1 | 0.44 | 0.69 | 326.25 | 1 | 0.16 |
| Hex | 50 | 0 | 2D | 0 | 64 | 2C | 45 | 146 | 64 | 10 |
| Octal | 120 | 0 | 55 | 0 | 144 | 54 | 105 | 506 | 144 | 20 |
| Binary | 1010000 | 0 | 101101 | 0 | 1100100 | 101100 | 1000101 | 101000110 | 1100100 | 10000 |
Color Harmonies of #50002D
Complementary color
Monochromatic Colors of #50002D
Black with #50002D
Text Example
Text Example
White with #50002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50002D; }
p { color: rgb(80,0,45); }
H1.HeaderClassName
{
color: #50002D;
}
.AnyTagClassName
{
color: #50002D;
}
</style>
background-color css
<style>
a { background-color: #50002D; }
a { background-color: rgb(80,0,45); }
div.DivClassName
{
background-color: #50002D;
}
.BgClassName
{
background-color: #50002D;
}
</style>
border-color css
<style>
span { border-color: #50002D; }
span { border-color: rgb(80,0,45); }
td.TdClassName
{
border-color: #50002D;
}
.TagClassName
{
border-color: #50002D;
}
</style>