Shades of Tyrian Purple #500939
Tints of Tyrian Purple #500939
RGB
CMYK
RGB Variations
Color information
#500939 (or 0x500939) is known color: Tyrian Purple. HEX triplet: 50, 09 and 39. RGB value is (80,9,57). Sum of RGB (Red+Green+Blue) = 80+9+57=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #500939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500939 is #AFF6C6. Grayscale: #232323. Windows color (decimal): -11531975 or 3737936. OLE color: 3737936.
HSL color Cylindrical-coordinate representation of color #500939: hue angle of 319.44º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500939 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 57 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.69 |
| HSL | 319.44º | 0.8% | 0.17% | - |
| HSV(B) | 319.44º | 0.89% | 0.31% | - |
| XYZ | 4.14 | 2.2 | 4.08 | - |
| YUV | 35.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 57 | 0 | 0.89 | 0.29 | 0.69 | 319.44 | 0.8 | 0.17 |
| Hex | 50 | 9 | 39 | 0 | 59 | 1D | 45 | 13F | 50 | 11 |
| Octal | 120 | 11 | 71 | 0 | 131 | 35 | 105 | 477 | 120 | 21 |
| Binary | 1010000 | 1001 | 111001 | 0 | 1011001 | 11101 | 1000101 | 100111111 | 1010000 | 10001 |
Color Harmonies of #500939
Complementary color
Monochromatic Colors of #500939
Black with #500939
Text Example
Text Example
White with #500939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500939; }
p { color: rgb(80,9,57); }
H1.HeaderClassName
{
color: #500939;
}
.AnyTagClassName
{
color: #500939;
}
</style>
background-color css
<style>
a { background-color: #500939; }
a { background-color: rgb(80,9,57); }
div.DivClassName
{
background-color: #500939;
}
.BgClassName
{
background-color: #500939;
}
</style>
border-color css
<style>
span { border-color: #500939; }
span { border-color: rgb(80,9,57); }
td.TdClassName
{
border-color: #500939;
}
.TagClassName
{
border-color: #500939;
}
</style>