Shades of Tyrian Purple #77084E
Tints of Tyrian Purple #77084E
RGB
CMYK
RGB Variations
Color information
#77084E (or 0x77084E) is known color: Tyrian Purple. HEX triplet: 77, 08 and 4E. RGB value is (119,8,78). Sum of RGB (Red+Green+Blue) = 119+8+78=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77084E is #88F7B1. Grayscale: #303030. Windows color (decimal): -8976306 or 5113975. OLE color: 5113975.
HSL color Cylindrical-coordinate representation of color #77084E: hue angle of 322.16º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77084E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 78 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.53 |
| HSL | 322.16º | 0.87% | 0.25% | - |
| HSV(B) | 322.16º | 0.93% | 0.47% | - |
| XYZ | 9.07 | 4.65 | 7.63 | - |
| YUV | 49.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 78 | 0 | 0.93 | 0.34 | 0.53 | 322.16 | 0.87 | 0.25 |
| Hex | 77 | 8 | 4E | 0 | 5D | 22 | 35 | 142 | 57 | 19 |
| Octal | 167 | 10 | 116 | 0 | 135 | 42 | 65 | 502 | 127 | 31 |
| Binary | 1110111 | 1000 | 1001110 | 0 | 1011101 | 100010 | 110101 | 101000010 | 1010111 | 11001 |
Color Harmonies of #77084E
Complementary color
Monochromatic Colors of #77084E
Black with #77084E
Text Example
Text Example
White with #77084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77084E; }
p { color: rgb(119,8,78); }
H1.HeaderClassName
{
color: #77084E;
}
.AnyTagClassName
{
color: #77084E;
}
</style>
background-color css
<style>
a { background-color: #77084E; }
a { background-color: rgb(119,8,78); }
div.DivClassName
{
background-color: #77084E;
}
.BgClassName
{
background-color: #77084E;
}
</style>
border-color css
<style>
span { border-color: #77084E; }
span { border-color: rgb(119,8,78); }
td.TdClassName
{
border-color: #77084E;
}
.TagClassName
{
border-color: #77084E;
}
</style>