Shades of Tyrian Purple #50044B
Tints of Tyrian Purple #50044B
RGB
CMYK
RGB Variations
Color information
#50044B (or 0x50044B) is known color: Tyrian Purple. HEX triplet: 50, 04 and 4B. RGB value is (80,4,75). Sum of RGB (Red+Green+Blue) = 80+4+75=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50044B is #AFFBB4. Grayscale: #222222. Windows color (decimal): -11533237 or 4916304. OLE color: 4916304.
HSL color Cylindrical-coordinate representation of color #50044B: hue angle of 303.95º 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 #50044B is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 75 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.69 |
| HSL | 303.95º | 0.9% | 0.16% | - |
| HSV(B) | 303.95º | 0.95% | 0.31% | - |
| XYZ | 4.62 | 2.3 | 6.86 | - |
| YUV | 34.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 75 | 0 | 0.95 | 0.06 | 0.69 | 303.95 | 0.9 | 0.16 |
| Hex | 50 | 4 | 4B | 0 | 5F | 6 | 45 | 130 | 5A | 10 |
| Octal | 120 | 4 | 113 | 0 | 137 | 6 | 105 | 460 | 132 | 20 |
| Binary | 1010000 | 100 | 1001011 | 0 | 1011111 | 110 | 1000101 | 100110000 | 1011010 | 10000 |
Color Harmonies of #50044B
Complementary color
Monochromatic Colors of #50044B
Black with #50044B
Text Example
Text Example
White with #50044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50044B; }
p { color: rgb(80,4,75); }
H1.HeaderClassName
{
color: #50044B;
}
.AnyTagClassName
{
color: #50044B;
}
</style>
background-color css
<style>
a { background-color: #50044B; }
a { background-color: rgb(80,4,75); }
div.DivClassName
{
background-color: #50044B;
}
.BgClassName
{
background-color: #50044B;
}
</style>
border-color css
<style>
span { border-color: #50044B; }
span { border-color: rgb(80,4,75); }
td.TdClassName
{
border-color: #50044B;
}
.TagClassName
{
border-color: #50044B;
}
</style>