Shades of Tyrian Purple #500D40
Tints of Tyrian Purple #500D40
RGB
CMYK
RGB Variations
Color information
#500D40 (or 0x500D40) is known color: Tyrian Purple. HEX triplet: 50, 0D and 40. RGB value is (80,13,64). Sum of RGB (Red+Green+Blue) = 80+13+64=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D40 is #AFF2BF. Grayscale: #262626. Windows color (decimal): -11530944 or 4197712. OLE color: 4197712.
HSL color Cylindrical-coordinate representation of color #500D40: hue angle of 314.33º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D40 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 64 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.69 |
| HSL | 314.33º | 0.72% | 0.18% | - |
| HSV(B) | 314.33º | 0.84% | 0.31% | - |
| XYZ | 4.38 | 2.36 | 5.08 | - |
| YUV | 38.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 64 | 0 | 0.84 | 0.20 | 0.69 | 314.33 | 0.72 | 0.18 |
| Hex | 50 | D | 40 | 0 | 54 | 14 | 45 | 13A | 48 | 12 |
| Octal | 120 | 15 | 100 | 0 | 124 | 24 | 105 | 472 | 110 | 22 |
| Binary | 1010000 | 1101 | 1000000 | 0 | 1010100 | 10100 | 1000101 | 100111010 | 1001000 | 10010 |
Color Harmonies of #500D40
Complementary color
Monochromatic Colors of #500D40
Black with #500D40
Text Example
Text Example
White with #500D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D40; }
p { color: rgb(80,13,64); }
H1.HeaderClassName
{
color: #500D40;
}
.AnyTagClassName
{
color: #500D40;
}
</style>
background-color css
<style>
a { background-color: #500D40; }
a { background-color: rgb(80,13,64); }
div.DivClassName
{
background-color: #500D40;
}
.BgClassName
{
background-color: #500D40;
}
</style>
border-color css
<style>
span { border-color: #500D40; }
span { border-color: rgb(80,13,64); }
td.TdClassName
{
border-color: #500D40;
}
.TagClassName
{
border-color: #500D40;
}
</style>