Shades of Tyrian Purple #770841
Tints of Tyrian Purple #770841
RGB
CMYK
RGB Variations
Color information
#770841 (or 0x770841) is known color: Tyrian Purple. HEX triplet: 77, 08 and 41. RGB value is (119,8,65). Sum of RGB (Red+Green+Blue) = 119+8+65=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #770841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770841 is #88F7BE. Grayscale: #2F2F2F. Windows color (decimal): -8976319 or 4262007. OLE color: 4262007.
HSL color Cylindrical-coordinate representation of color #770841: hue angle of 329.19º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770841 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 65 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.53 |
| HSL | 329.19º | 0.87% | 0.25% | - |
| HSV(B) | 329.19º | 0.93% | 0.47% | - |
| XYZ | 8.65 | 4.48 | 5.41 | - |
| YUV | 47.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 65 | 0 | 0.93 | 0.45 | 0.53 | 329.19 | 0.87 | 0.25 |
| Hex | 77 | 8 | 41 | 0 | 5D | 2D | 35 | 149 | 57 | 19 |
| Octal | 167 | 10 | 101 | 0 | 135 | 55 | 65 | 511 | 127 | 31 |
| Binary | 1110111 | 1000 | 1000001 | 0 | 1011101 | 101101 | 110101 | 101001001 | 1010111 | 11001 |
Color Harmonies of #770841
Complementary color
Monochromatic Colors of #770841
Black with #770841
Text Example
Text Example
White with #770841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770841; }
p { color: rgb(119,8,65); }
H1.HeaderClassName
{
color: #770841;
}
.AnyTagClassName
{
color: #770841;
}
</style>
background-color css
<style>
a { background-color: #770841; }
a { background-color: rgb(119,8,65); }
div.DivClassName
{
background-color: #770841;
}
.BgClassName
{
background-color: #770841;
}
</style>
border-color css
<style>
span { border-color: #770841; }
span { border-color: rgb(119,8,65); }
td.TdClassName
{
border-color: #770841;
}
.TagClassName
{
border-color: #770841;
}
</style>