Shades of Tyrian Purple #50023E
Tints of Tyrian Purple #50023E
RGB
CMYK
RGB Variations
Color information
#50023E (or 0x50023E) is known color: Tyrian Purple. HEX triplet: 50, 02 and 3E. RGB value is (80,2,62). Sum of RGB (Red+Green+Blue) = 80+2+62=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50023E is #AFFDC1. Grayscale: #202020. Windows color (decimal): -11533762 or 4063824. OLE color: 4063824.
HSL color Cylindrical-coordinate representation of color #50023E: hue angle of 313.85º 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 #50023E is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.69 |
| HSL | 313.85º | 0.95% | 0.16% | - |
| HSV(B) | 313.85º | 0.98% | 0.31% | - |
| XYZ | 4.2 | 2.1 | 4.74 | - |
| YUV | 32.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 62 | 0 | 0.98 | 0.22 | 0.69 | 313.85 | 0.95 | 0.16 |
| Hex | 50 | 2 | 3E | 0 | 62 | 16 | 45 | 13A | 5F | 10 |
| Octal | 120 | 2 | 76 | 0 | 142 | 26 | 105 | 472 | 137 | 20 |
| Binary | 1010000 | 10 | 111110 | 0 | 1100010 | 10110 | 1000101 | 100111010 | 1011111 | 10000 |
Color Harmonies of #50023E
Complementary color
Monochromatic Colors of #50023E
Black with #50023E
Text Example
Text Example
White with #50023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50023E; }
p { color: rgb(80,2,62); }
H1.HeaderClassName
{
color: #50023E;
}
.AnyTagClassName
{
color: #50023E;
}
</style>
background-color css
<style>
a { background-color: #50023E; }
a { background-color: rgb(80,2,62); }
div.DivClassName
{
background-color: #50023E;
}
.BgClassName
{
background-color: #50023E;
}
</style>
border-color css
<style>
span { border-color: #50023E; }
span { border-color: rgb(80,2,62); }
td.TdClassName
{
border-color: #50023E;
}
.TagClassName
{
border-color: #50023E;
}
</style>