Shades of Tyrian Purple #770845
Tints of Tyrian Purple #770845
RGB
CMYK
RGB Variations
Color information
#770845 (or 0x770845) is known color: Tyrian Purple. HEX triplet: 77, 08 and 45. RGB value is (119,8,69). Sum of RGB (Red+Green+Blue) = 119+8+69=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #770845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770845 is #88F7BA. Grayscale: #303030. Windows color (decimal): -8976315 or 4524151. OLE color: 4524151.
HSL color Cylindrical-coordinate representation of color #770845: hue angle of 327.03º 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 #770845 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 69 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.53 |
| HSL | 327.03º | 0.87% | 0.25% | - |
| HSV(B) | 327.03º | 0.93% | 0.47% | - |
| XYZ | 8.77 | 4.53 | 6.04 | - |
| YUV | 48.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 69 | 0 | 0.93 | 0.42 | 0.53 | 327.03 | 0.87 | 0.25 |
| Hex | 77 | 8 | 45 | 0 | 5D | 2A | 35 | 147 | 57 | 19 |
| Octal | 167 | 10 | 105 | 0 | 135 | 52 | 65 | 507 | 127 | 31 |
| Binary | 1110111 | 1000 | 1000101 | 0 | 1011101 | 101010 | 110101 | 101000111 | 1010111 | 11001 |
Color Harmonies of #770845
Complementary color
Monochromatic Colors of #770845
Black with #770845
Text Example
Text Example
White with #770845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770845; }
p { color: rgb(119,8,69); }
H1.HeaderClassName
{
color: #770845;
}
.AnyTagClassName
{
color: #770845;
}
</style>
background-color css
<style>
a { background-color: #770845; }
a { background-color: rgb(119,8,69); }
div.DivClassName
{
background-color: #770845;
}
.BgClassName
{
background-color: #770845;
}
</style>
border-color css
<style>
span { border-color: #770845; }
span { border-color: rgb(119,8,69); }
td.TdClassName
{
border-color: #770845;
}
.TagClassName
{
border-color: #770845;
}
</style>