Shades of Tyrian Purple #50023F
Tints of Tyrian Purple #50023F
RGB
CMYK
RGB Variations
Color information
#50023F (or 0x50023F) is known color: Tyrian Purple. HEX triplet: 50, 02 and 3F. RGB value is (80,2,63). Sum of RGB (Red+Green+Blue) = 80+2+63=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50023F is #AFFDC0. Grayscale: #202020. Windows color (decimal): -11533761 or 4129360. OLE color: 4129360.
HSL color Cylindrical-coordinate representation of color #50023F: hue angle of 313.08º 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 #50023F is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.69 |
| HSL | 313.08º | 0.95% | 0.16% | - |
| HSV(B) | 313.08º | 0.98% | 0.31% | - |
| XYZ | 4.23 | 2.11 | 4.89 | - |
| YUV | 32.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 63 | 0 | 0.98 | 0.21 | 0.69 | 313.08 | 0.95 | 0.16 |
| Hex | 50 | 2 | 3F | 0 | 62 | 15 | 45 | 139 | 5F | 10 |
| Octal | 120 | 2 | 77 | 0 | 142 | 25 | 105 | 471 | 137 | 20 |
| Binary | 1010000 | 10 | 111111 | 0 | 1100010 | 10101 | 1000101 | 100111001 | 1011111 | 10000 |
Color Harmonies of #50023F
Complementary color
Monochromatic Colors of #50023F
Black with #50023F
Text Example
Text Example
White with #50023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50023F; }
p { color: rgb(80,2,63); }
H1.HeaderClassName
{
color: #50023F;
}
.AnyTagClassName
{
color: #50023F;
}
</style>
background-color css
<style>
a { background-color: #50023F; }
a { background-color: rgb(80,2,63); }
div.DivClassName
{
background-color: #50023F;
}
.BgClassName
{
background-color: #50023F;
}
</style>
border-color css
<style>
span { border-color: #50023F; }
span { border-color: rgb(80,2,63); }
td.TdClassName
{
border-color: #50023F;
}
.TagClassName
{
border-color: #50023F;
}
</style>