Shades of Tyrian Purple #500241
Tints of Tyrian Purple #500241
RGB
CMYK
RGB Variations
Color information
#500241 (or 0x500241) is known color: Tyrian Purple. HEX triplet: 50, 02 and 41. RGB value is (80,2,65). Sum of RGB (Red+Green+Blue) = 80+2+65=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #500241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500241 is #AFFDBE. Grayscale: #202020. Windows color (decimal): -11533759 or 4260432. OLE color: 4260432.
HSL color Cylindrical-coordinate representation of color #500241: hue angle of 311.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500241 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 65 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.69 |
| HSL | 311.54º | 0.95% | 0.16% | - |
| HSV(B) | 311.54º | 0.98% | 0.31% | - |
| XYZ | 4.28 | 2.13 | 5.19 | - |
| YUV | 32.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 65 | 0 | 0.98 | 0.19 | 0.69 | 311.54 | 0.95 | 0.16 |
| Hex | 50 | 2 | 41 | 0 | 62 | 13 | 45 | 138 | 5F | 10 |
| Octal | 120 | 2 | 101 | 0 | 142 | 23 | 105 | 470 | 137 | 20 |
| Binary | 1010000 | 10 | 1000001 | 0 | 1100010 | 10011 | 1000101 | 100111000 | 1011111 | 10000 |
Color Harmonies of #500241
Complementary color
Monochromatic Colors of #500241
Black with #500241
Text Example
Text Example
White with #500241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500241; }
p { color: rgb(80,2,65); }
H1.HeaderClassName
{
color: #500241;
}
.AnyTagClassName
{
color: #500241;
}
</style>
background-color css
<style>
a { background-color: #500241; }
a { background-color: rgb(80,2,65); }
div.DivClassName
{
background-color: #500241;
}
.BgClassName
{
background-color: #500241;
}
</style>
border-color css
<style>
span { border-color: #500241; }
span { border-color: rgb(80,2,65); }
td.TdClassName
{
border-color: #500241;
}
.TagClassName
{
border-color: #500241;
}
</style>