Shades of Tyrian Purple #770A47
Tints of Tyrian Purple #770A47
RGB
CMYK
RGB Variations
Color information
#770A47 (or 0x770A47) is known color: Tyrian Purple. HEX triplet: 77, 0A and 47. RGB value is (119,10,71). Sum of RGB (Red+Green+Blue) = 119+10+71=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #770A47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A47 is #88F5B8. Grayscale: #313131. Windows color (decimal): -8975801 or 4655735. OLE color: 4655735.
HSL color Cylindrical-coordinate representation of color #770A47: hue angle of 326.42º 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 #770A47 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 71 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.53 |
| HSL | 326.42º | 0.84% | 0.25% | - |
| HSV(B) | 326.42º | 0.92% | 0.47% | - |
| XYZ | 8.85 | 4.59 | 6.38 | - |
| YUV | 49.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 71 | 0 | 0.92 | 0.40 | 0.53 | 326.42 | 0.84 | 0.25 |
| Hex | 77 | A | 47 | 0 | 5C | 28 | 35 | 146 | 54 | 19 |
| Octal | 167 | 12 | 107 | 0 | 134 | 50 | 65 | 506 | 124 | 31 |
| Binary | 1110111 | 1010 | 1000111 | 0 | 1011100 | 101000 | 110101 | 101000110 | 1010100 | 11001 |
Color Harmonies of #770A47
Complementary color
Monochromatic Colors of #770A47
Black with #770A47
Text Example
Text Example
White with #770A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A47; }
p { color: rgb(119,10,71); }
H1.HeaderClassName
{
color: #770A47;
}
.AnyTagClassName
{
color: #770A47;
}
</style>
background-color css
<style>
a { background-color: #770A47; }
a { background-color: rgb(119,10,71); }
div.DivClassName
{
background-color: #770A47;
}
.BgClassName
{
background-color: #770A47;
}
</style>
border-color css
<style>
span { border-color: #770A47; }
span { border-color: rgb(119,10,71); }
td.TdClassName
{
border-color: #770A47;
}
.TagClassName
{
border-color: #770A47;
}
</style>