Shades of Tyrian Purple #770555
Tints of Tyrian Purple #770555
RGB
CMYK
RGB Variations
Color information
#770555 (or 0x770555) is known color: Tyrian Purple. HEX triplet: 77, 05 and 55. RGB value is (119,5,85). Sum of RGB (Red+Green+Blue) = 119+5+85=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770555 is #88FAAA. Grayscale: #303030. Windows color (decimal): -8977067 or 5571959. OLE color: 5571959.
HSL color Cylindrical-coordinate representation of color #770555: hue angle of 317.89º 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 #770555 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 85 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.53 |
| HSL | 317.89º | 0.92% | 0.24% | - |
| HSV(B) | 317.89º | 0.96% | 0.47% | - |
| XYZ | 9.3 | 4.69 | 9.01 | - |
| YUV | 48.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 85 | 0 | 0.96 | 0.29 | 0.53 | 317.89 | 0.92 | 0.24 |
| Hex | 77 | 5 | 55 | 0 | 60 | 1D | 35 | 13E | 5C | 18 |
| Octal | 167 | 5 | 125 | 0 | 140 | 35 | 65 | 476 | 134 | 30 |
| Binary | 1110111 | 101 | 1010101 | 0 | 1100000 | 11101 | 110101 | 100111110 | 1011100 | 11000 |
Color Harmonies of #770555
Complementary color
Monochromatic Colors of #770555
Black with #770555
Text Example
Text Example
White with #770555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770555; }
p { color: rgb(119,5,85); }
H1.HeaderClassName
{
color: #770555;
}
.AnyTagClassName
{
color: #770555;
}
</style>
background-color css
<style>
a { background-color: #770555; }
a { background-color: rgb(119,5,85); }
div.DivClassName
{
background-color: #770555;
}
.BgClassName
{
background-color: #770555;
}
</style>
border-color css
<style>
span { border-color: #770555; }
span { border-color: rgb(119,5,85); }
td.TdClassName
{
border-color: #770555;
}
.TagClassName
{
border-color: #770555;
}
</style>