Shades of Tyrian Purple #770559
Tints of Tyrian Purple #770559
RGB
CMYK
RGB Variations
Color information
#770559 (or 0x770559) is known color: Tyrian Purple. HEX triplet: 77, 05 and 59. RGB value is (119,5,89). Sum of RGB (Red+Green+Blue) = 119+5+89=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #770559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770559 is #88FAA6. Grayscale: #303030. Windows color (decimal): -8977063 or 5834103. OLE color: 5834103.
HSL color Cylindrical-coordinate representation of color #770559: hue angle of 315.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770559 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 89 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.53 |
| HSL | 315.79º | 0.92% | 0.24% | - |
| HSV(B) | 315.79º | 0.96% | 0.47% | - |
| XYZ | 9.47 | 4.75 | 9.87 | - |
| YUV | 48.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 89 | 0 | 0.96 | 0.25 | 0.53 | 315.79 | 0.92 | 0.24 |
| Hex | 77 | 5 | 59 | 0 | 60 | 19 | 35 | 13C | 5C | 18 |
| Octal | 167 | 5 | 131 | 0 | 140 | 31 | 65 | 474 | 134 | 30 |
| Binary | 1110111 | 101 | 1011001 | 0 | 1100000 | 11001 | 110101 | 100111100 | 1011100 | 11000 |
Color Harmonies of #770559
Complementary color
Monochromatic Colors of #770559
Black with #770559
Text Example
Text Example
White with #770559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770559; }
p { color: rgb(119,5,89); }
H1.HeaderClassName
{
color: #770559;
}
.AnyTagClassName
{
color: #770559;
}
</style>
background-color css
<style>
a { background-color: #770559; }
a { background-color: rgb(119,5,89); }
div.DivClassName
{
background-color: #770559;
}
.BgClassName
{
background-color: #770559;
}
</style>
border-color css
<style>
span { border-color: #770559; }
span { border-color: rgb(119,5,89); }
td.TdClassName
{
border-color: #770559;
}
.TagClassName
{
border-color: #770559;
}
</style>