Shades of Tyrian Purple #770840
Tints of Tyrian Purple #770840
RGB
CMYK
RGB Variations
Color information
#770840 (or 0x770840) is known color: Tyrian Purple. HEX triplet: 77, 08 and 40. RGB value is (119,8,64). Sum of RGB (Red+Green+Blue) = 119+8+64=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #770840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770840 is #88F7BF. Grayscale: #2F2F2F. Windows color (decimal): -8976320 or 4196471. OLE color: 4196471.
HSL color Cylindrical-coordinate representation of color #770840: hue angle of 329.73º 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 #770840 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 64 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.53 |
| HSL | 329.73º | 0.87% | 0.25% | - |
| HSV(B) | 329.73º | 0.93% | 0.47% | - |
| XYZ | 8.62 | 4.47 | 5.26 | - |
| YUV | 47.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 64 | 0 | 0.93 | 0.46 | 0.53 | 329.73 | 0.87 | 0.25 |
| Hex | 77 | 8 | 40 | 0 | 5D | 2E | 35 | 14A | 57 | 19 |
| Octal | 167 | 10 | 100 | 0 | 135 | 56 | 65 | 512 | 127 | 31 |
| Binary | 1110111 | 1000 | 1000000 | 0 | 1011101 | 101110 | 110101 | 101001010 | 1010111 | 11001 |
Color Harmonies of #770840
Complementary color
Monochromatic Colors of #770840
Black with #770840
Text Example
Text Example
White with #770840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770840; }
p { color: rgb(119,8,64); }
H1.HeaderClassName
{
color: #770840;
}
.AnyTagClassName
{
color: #770840;
}
</style>
background-color css
<style>
a { background-color: #770840; }
a { background-color: rgb(119,8,64); }
div.DivClassName
{
background-color: #770840;
}
.BgClassName
{
background-color: #770840;
}
</style>
border-color css
<style>
span { border-color: #770840; }
span { border-color: rgb(119,8,64); }
td.TdClassName
{
border-color: #770840;
}
.TagClassName
{
border-color: #770840;
}
</style>