Shades of Tyrian Purple #50023D
Tints of Tyrian Purple #50023D
RGB
CMYK
RGB Variations
Color information
#50023D (or 0x50023D) is known color: Tyrian Purple. HEX triplet: 50, 02 and 3D. RGB value is (80,2,61). Sum of RGB (Red+Green+Blue) = 80+2+61=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50023D is #AFFDC2. Grayscale: #1F1F1F. Windows color (decimal): -11533763 or 3998288. OLE color: 3998288.
HSL color Cylindrical-coordinate representation of color #50023D: hue angle of 314.62º 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 #50023D is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.69 |
| HSL | 314.62º | 0.95% | 0.16% | - |
| HSV(B) | 314.62º | 0.98% | 0.31% | - |
| XYZ | 4.17 | 2.09 | 4.6 | - |
| YUV | 32.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 61 | 0 | 0.98 | 0.24 | 0.69 | 314.62 | 0.95 | 0.16 |
| Hex | 50 | 2 | 3D | 0 | 62 | 18 | 45 | 13B | 5F | 10 |
| Octal | 120 | 2 | 75 | 0 | 142 | 30 | 105 | 473 | 137 | 20 |
| Binary | 1010000 | 10 | 111101 | 0 | 1100010 | 11000 | 1000101 | 100111011 | 1011111 | 10000 |
Color Harmonies of #50023D
Complementary color
Monochromatic Colors of #50023D
Black with #50023D
Text Example
Text Example
White with #50023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50023D; }
p { color: rgb(80,2,61); }
H1.HeaderClassName
{
color: #50023D;
}
.AnyTagClassName
{
color: #50023D;
}
</style>
background-color css
<style>
a { background-color: #50023D; }
a { background-color: rgb(80,2,61); }
div.DivClassName
{
background-color: #50023D;
}
.BgClassName
{
background-color: #50023D;
}
</style>
border-color css
<style>
span { border-color: #50023D; }
span { border-color: rgb(80,2,61); }
td.TdClassName
{
border-color: #50023D;
}
.TagClassName
{
border-color: #50023D;
}
</style>