Shades of Tyrian Purple #770A3A
Tints of Tyrian Purple #770A3A
RGB
CMYK
RGB Variations
Color information
#770A3A (or 0x770A3A) is known color: Tyrian Purple. HEX triplet: 77, 0A and 3A. RGB value is (119,10,58). Sum of RGB (Red+Green+Blue) = 119+10+58=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #770A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A3A is #88F5C5. Grayscale: #2F2F2F. Windows color (decimal): -8975814 or 3803767. OLE color: 3803767.
HSL color Cylindrical-coordinate representation of color #770A3A: hue angle of 333.58º 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 #770A3A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 58 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.53 |
| HSL | 333.58º | 0.84% | 0.25% | - |
| HSV(B) | 333.58º | 0.92% | 0.47% | - |
| XYZ | 8.48 | 4.44 | 4.41 | - |
| YUV | 48.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 58 | 0 | 0.92 | 0.51 | 0.53 | 333.58 | 0.84 | 0.25 |
| Hex | 77 | A | 3A | 0 | 5C | 33 | 35 | 14E | 54 | 19 |
| Octal | 167 | 12 | 72 | 0 | 134 | 63 | 65 | 516 | 124 | 31 |
| Binary | 1110111 | 1010 | 111010 | 0 | 1011100 | 110011 | 110101 | 101001110 | 1010100 | 11001 |
Color Harmonies of #770A3A
Complementary color
Monochromatic Colors of #770A3A
Black with #770A3A
Text Example
Text Example
White with #770A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A3A; }
p { color: rgb(119,10,58); }
H1.HeaderClassName
{
color: #770A3A;
}
.AnyTagClassName
{
color: #770A3A;
}
</style>
background-color css
<style>
a { background-color: #770A3A; }
a { background-color: rgb(119,10,58); }
div.DivClassName
{
background-color: #770A3A;
}
.BgClassName
{
background-color: #770A3A;
}
</style>
border-color css
<style>
span { border-color: #770A3A; }
span { border-color: rgb(119,10,58); }
td.TdClassName
{
border-color: #770A3A;
}
.TagClassName
{
border-color: #770A3A;
}
</style>