Shades of Tyrian Purple #500440
Tints of Tyrian Purple #500440
RGB
CMYK
RGB Variations
Color information
#500440 (or 0x500440) is known color: Tyrian Purple. HEX triplet: 50, 04 and 40. RGB value is (80,4,64). Sum of RGB (Red+Green+Blue) = 80+4+64=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #500440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500440 is #AFFBBF. Grayscale: #212121. Windows color (decimal): -11533248 or 4195408. OLE color: 4195408.
HSL color Cylindrical-coordinate representation of color #500440: hue angle of 312.63º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500440 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 64 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.69 |
| HSL | 312.63º | 0.9% | 0.16% | - |
| HSV(B) | 312.63º | 0.95% | 0.31% | - |
| XYZ | 4.28 | 2.16 | 5.04 | - |
| YUV | 33.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 64 | 0 | 0.95 | 0.20 | 0.69 | 312.63 | 0.9 | 0.16 |
| Hex | 50 | 4 | 40 | 0 | 5F | 14 | 45 | 139 | 5A | 10 |
| Octal | 120 | 4 | 100 | 0 | 137 | 24 | 105 | 471 | 132 | 20 |
| Binary | 1010000 | 100 | 1000000 | 0 | 1011111 | 10100 | 1000101 | 100111001 | 1011010 | 10000 |
Color Harmonies of #500440
Complementary color
Monochromatic Colors of #500440
Black with #500440
Text Example
Text Example
White with #500440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500440; }
p { color: rgb(80,4,64); }
H1.HeaderClassName
{
color: #500440;
}
.AnyTagClassName
{
color: #500440;
}
</style>
background-color css
<style>
a { background-color: #500440; }
a { background-color: rgb(80,4,64); }
div.DivClassName
{
background-color: #500440;
}
.BgClassName
{
background-color: #500440;
}
</style>
border-color css
<style>
span { border-color: #500440; }
span { border-color: rgb(80,4,64); }
td.TdClassName
{
border-color: #500440;
}
.TagClassName
{
border-color: #500440;
}
</style>