Shades of Tyrian Purple #770059
Tints of Tyrian Purple #770059
RGB
CMYK
RGB Variations
Color information
#770059 (or 0x770059) is known color: Tyrian Purple. HEX triplet: 77, 00 and 59. RGB value is (119,0,89). Sum of RGB (Red+Green+Blue) = 119+0+89=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #770059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770059 is #88FFA6. Grayscale: #2D2D2D. Windows color (decimal): -8978343 or 5832823. OLE color: 5832823.
HSL color Cylindrical-coordinate representation of color #770059: hue angle of 315.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770059 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.25 | 0.53 |
| HSL | 315.13º | 1% | 0.23% | - |
| HSV(B) | 315.13º | 1% | 0.47% | - |
| XYZ | 9.41 | 4.64 | 9.85 | - |
| YUV | 45.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 89 | 0 | 1 | 0.25 | 0.53 | 315.13 | 1 | 0.23 |
| Hex | 77 | 0 | 59 | 0 | 64 | 19 | 35 | 13B | 64 | 17 |
| Octal | 167 | 0 | 131 | 0 | 144 | 31 | 65 | 473 | 144 | 27 |
| Binary | 1110111 | 0 | 1011001 | 0 | 1100100 | 11001 | 110101 | 100111011 | 1100100 | 10111 |
Color Harmonies of #770059
Complementary color
Monochromatic Colors of #770059
Black with #770059
Text Example
Text Example
White with #770059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770059; }
p { color: rgb(119,0,89); }
H1.HeaderClassName
{
color: #770059;
}
.AnyTagClassName
{
color: #770059;
}
</style>
background-color css
<style>
a { background-color: #770059; }
a { background-color: rgb(119,0,89); }
div.DivClassName
{
background-color: #770059;
}
.BgClassName
{
background-color: #770059;
}
</style>
border-color css
<style>
span { border-color: #770059; }
span { border-color: rgb(119,0,89); }
td.TdClassName
{
border-color: #770059;
}
.TagClassName
{
border-color: #770059;
}
</style>