Shades of Tyrian Purple #500032
Tints of Tyrian Purple #500032
RGB
CMYK
RGB Variations
Color information
#500032 (or 0x500032) is known color: Tyrian Purple. HEX triplet: 50, 00 and 32. RGB value is (80,0,50). Sum of RGB (Red+Green+Blue) = 80+0+50=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #500032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500032 is #AFFFCD. Grayscale: #1D1D1D. Windows color (decimal): -11534286 or 3276880. OLE color: 3276880.
HSL color Cylindrical-coordinate representation of color #500032: hue angle of 322.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 #500032 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.37 | 0.69 |
| HSL | 322.5º | 1% | 0.16% | - |
| HSV(B) | 322.5º | 1% | 0.31% | - |
| XYZ | 3.88 | 1.94 | 3.19 | - |
| YUV | 29.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 50 | 0 | 1 | 0.37 | 0.69 | 322.5 | 1 | 0.16 |
| Hex | 50 | 0 | 32 | 0 | 64 | 25 | 45 | 142 | 64 | 10 |
| Octal | 120 | 0 | 62 | 0 | 144 | 45 | 105 | 502 | 144 | 20 |
| Binary | 1010000 | 0 | 110010 | 0 | 1100100 | 100101 | 1000101 | 101000010 | 1100100 | 10000 |
Color Harmonies of #500032
Complementary color
Monochromatic Colors of #500032
Black with #500032
Text Example
Text Example
White with #500032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500032; }
p { color: rgb(80,0,50); }
H1.HeaderClassName
{
color: #500032;
}
.AnyTagClassName
{
color: #500032;
}
</style>
background-color css
<style>
a { background-color: #500032; }
a { background-color: rgb(80,0,50); }
div.DivClassName
{
background-color: #500032;
}
.BgClassName
{
background-color: #500032;
}
</style>
border-color css
<style>
span { border-color: #500032; }
span { border-color: rgb(80,0,50); }
td.TdClassName
{
border-color: #500032;
}
.TagClassName
{
border-color: #500032;
}
</style>