Shades of Tyrian Purple #770A56
Tints of Tyrian Purple #770A56
RGB
CMYK
RGB Variations
Color information
#770A56 (or 0x770A56) is known color: Tyrian Purple. HEX triplet: 77, 0A and 56. RGB value is (119,10,86). Sum of RGB (Red+Green+Blue) = 119+10+86=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #770A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A56 is #88F5A9. Grayscale: #333333. Windows color (decimal): -8975786 or 5638775. OLE color: 5638775.
HSL color Cylindrical-coordinate representation of color #770A56: hue angle of 318.17º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A56 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 86 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.53 |
| HSL | 318.17º | 0.84% | 0.25% | - |
| HSV(B) | 318.17º | 0.92% | 0.47% | - |
| XYZ | 9.4 | 4.81 | 9.24 | - |
| YUV | 51.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 86 | 0 | 0.92 | 0.28 | 0.53 | 318.17 | 0.84 | 0.25 |
| Hex | 77 | A | 56 | 0 | 5C | 1C | 35 | 13E | 54 | 19 |
| Octal | 167 | 12 | 126 | 0 | 134 | 34 | 65 | 476 | 124 | 31 |
| Binary | 1110111 | 1010 | 1010110 | 0 | 1011100 | 11100 | 110101 | 100111110 | 1010100 | 11001 |
Color Harmonies of #770A56
Complementary color
Monochromatic Colors of #770A56
Black with #770A56
Text Example
Text Example
White with #770A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A56; }
p { color: rgb(119,10,86); }
H1.HeaderClassName
{
color: #770A56;
}
.AnyTagClassName
{
color: #770A56;
}
</style>
background-color css
<style>
a { background-color: #770A56; }
a { background-color: rgb(119,10,86); }
div.DivClassName
{
background-color: #770A56;
}
.BgClassName
{
background-color: #770A56;
}
</style>
border-color css
<style>
span { border-color: #770A56; }
span { border-color: rgb(119,10,86); }
td.TdClassName
{
border-color: #770A56;
}
.TagClassName
{
border-color: #770A56;
}
</style>