Shades of Tyrian Purple #500941
Tints of Tyrian Purple #500941
RGB
CMYK
RGB Variations
Color information
#500941 (or 0x500941) is known color: Tyrian Purple. HEX triplet: 50, 09 and 41. RGB value is (80,9,65). Sum of RGB (Red+Green+Blue) = 80+9+65=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500941 is #AFF6BE. Grayscale: #242424. Windows color (decimal): -11531967 or 4262224. OLE color: 4262224.
HSL color Cylindrical-coordinate representation of color #500941: hue angle of 312.68º 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 #500941 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 65 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.69 |
| HSL | 312.68º | 0.8% | 0.17% | - |
| HSV(B) | 312.68º | 0.89% | 0.31% | - |
| XYZ | 4.36 | 2.28 | 5.21 | - |
| YUV | 36.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 65 | 0 | 0.89 | 0.19 | 0.69 | 312.68 | 0.8 | 0.17 |
| Hex | 50 | 9 | 41 | 0 | 59 | 13 | 45 | 139 | 50 | 11 |
| Octal | 120 | 11 | 101 | 0 | 131 | 23 | 105 | 471 | 120 | 21 |
| Binary | 1010000 | 1001 | 1000001 | 0 | 1011001 | 10011 | 1000101 | 100111001 | 1010000 | 10001 |
Color Harmonies of #500941
Complementary color
Monochromatic Colors of #500941
Black with #500941
Text Example
Text Example
White with #500941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500941; }
p { color: rgb(80,9,65); }
H1.HeaderClassName
{
color: #500941;
}
.AnyTagClassName
{
color: #500941;
}
</style>
background-color css
<style>
a { background-color: #500941; }
a { background-color: rgb(80,9,65); }
div.DivClassName
{
background-color: #500941;
}
.BgClassName
{
background-color: #500941;
}
</style>
border-color css
<style>
span { border-color: #500941; }
span { border-color: rgb(80,9,65); }
td.TdClassName
{
border-color: #500941;
}
.TagClassName
{
border-color: #500941;
}
</style>