Shades of Tyrian Purple #770A4F
Tints of Tyrian Purple #770A4F
RGB
CMYK
RGB Variations
Color information
#770A4F (or 0x770A4F) is known color: Tyrian Purple. HEX triplet: 77, 0A and 4F. RGB value is (119,10,79). Sum of RGB (Red+Green+Blue) = 119+10+79=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #770A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A4F is #88F5B0. Grayscale: #323232. Windows color (decimal): -8975793 or 5180023. OLE color: 5180023.
HSL color Cylindrical-coordinate representation of color #770A4F: hue angle of 322.02º 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 #770A4F is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 79 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.53 |
| HSL | 322.02º | 0.84% | 0.25% | - |
| HSV(B) | 322.02º | 0.92% | 0.47% | - |
| XYZ | 9.13 | 4.7 | 7.82 | - |
| YUV | 50.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 79 | 0 | 0.92 | 0.34 | 0.53 | 322.02 | 0.84 | 0.25 |
| Hex | 77 | A | 4F | 0 | 5C | 22 | 35 | 142 | 54 | 19 |
| Octal | 167 | 12 | 117 | 0 | 134 | 42 | 65 | 502 | 124 | 31 |
| Binary | 1110111 | 1010 | 1001111 | 0 | 1011100 | 100010 | 110101 | 101000010 | 1010100 | 11001 |
Color Harmonies of #770A4F
Complementary color
Monochromatic Colors of #770A4F
Black with #770A4F
Text Example
Text Example
White with #770A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A4F; }
p { color: rgb(119,10,79); }
H1.HeaderClassName
{
color: #770A4F;
}
.AnyTagClassName
{
color: #770A4F;
}
</style>
background-color css
<style>
a { background-color: #770A4F; }
a { background-color: rgb(119,10,79); }
div.DivClassName
{
background-color: #770A4F;
}
.BgClassName
{
background-color: #770A4F;
}
</style>
border-color css
<style>
span { border-color: #770A4F; }
span { border-color: rgb(119,10,79); }
td.TdClassName
{
border-color: #770A4F;
}
.TagClassName
{
border-color: #770A4F;
}
</style>