Shades of Tyrian Purple #500131
Tints of Tyrian Purple #500131
RGB
CMYK
RGB Variations
Color information
#500131 (or 0x500131) is known color: Tyrian Purple. HEX triplet: 50, 01 and 31. RGB value is (80,1,49). Sum of RGB (Red+Green+Blue) = 80+1+49=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #500131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500131 is #AFFECE. Grayscale: #1D1D1D. Windows color (decimal): -11534031 or 3211600. OLE color: 3211600.
HSL color Cylindrical-coordinate representation of color #500131: hue angle of 323.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500131 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.69 |
| HSL | 323.54º | 0.98% | 0.16% | - |
| HSV(B) | 323.54º | 0.99% | 0.31% | - |
| XYZ | 3.87 | 1.95 | 3.08 | - |
| YUV | 30.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 49 | 0 | 0.99 | 0.39 | 0.69 | 323.54 | 0.98 | 0.16 |
| Hex | 50 | 1 | 31 | 0 | 63 | 27 | 45 | 144 | 62 | 10 |
| Octal | 120 | 1 | 61 | 0 | 143 | 47 | 105 | 504 | 142 | 20 |
| Binary | 1010000 | 1 | 110001 | 0 | 1100011 | 100111 | 1000101 | 101000100 | 1100010 | 10000 |
Color Harmonies of #500131
Complementary color
Monochromatic Colors of #500131
Black with #500131
Text Example
Text Example
White with #500131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500131; }
p { color: rgb(80,1,49); }
H1.HeaderClassName
{
color: #500131;
}
.AnyTagClassName
{
color: #500131;
}
</style>
background-color css
<style>
a { background-color: #500131; }
a { background-color: rgb(80,1,49); }
div.DivClassName
{
background-color: #500131;
}
.BgClassName
{
background-color: #500131;
}
</style>
border-color css
<style>
span { border-color: #500131; }
span { border-color: rgb(80,1,49); }
td.TdClassName
{
border-color: #500131;
}
.TagClassName
{
border-color: #500131;
}
</style>