Shades of Tyrian Purple #770C4D
Tints of Tyrian Purple #770C4D
RGB
CMYK
RGB Variations
Color information
#770C4D (or 0x770C4D) is known color: Tyrian Purple. HEX triplet: 77, 0C and 4D. RGB value is (119,12,77). Sum of RGB (Red+Green+Blue) = 119+12+77=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #770C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C4D is #88F3B2. Grayscale: #333333. Windows color (decimal): -8975283 or 5049463. OLE color: 5049463.
HSL color Cylindrical-coordinate representation of color #770C4D: hue angle of 323.55º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C4D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 77 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.53 |
| HSL | 323.55º | 0.82% | 0.26% | - |
| HSV(B) | 323.55º | 0.9% | 0.47% | - |
| XYZ | 9.08 | 4.72 | 7.45 | - |
| YUV | 51.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 77 | 0 | 0.90 | 0.35 | 0.53 | 323.55 | 0.82 | 0.26 |
| Hex | 77 | C | 4D | 0 | 5A | 23 | 35 | 144 | 52 | 1A |
| Octal | 167 | 14 | 115 | 0 | 132 | 43 | 65 | 504 | 122 | 32 |
| Binary | 1110111 | 1100 | 1001101 | 0 | 1011010 | 100011 | 110101 | 101000100 | 1010010 | 11010 |
Color Harmonies of #770C4D
Complementary color
Monochromatic Colors of #770C4D
Black with #770C4D
Text Example
Text Example
White with #770C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C4D; }
p { color: rgb(119,12,77); }
H1.HeaderClassName
{
color: #770C4D;
}
.AnyTagClassName
{
color: #770C4D;
}
</style>
background-color css
<style>
a { background-color: #770C4D; }
a { background-color: rgb(119,12,77); }
div.DivClassName
{
background-color: #770C4D;
}
.BgClassName
{
background-color: #770C4D;
}
</style>
border-color css
<style>
span { border-color: #770C4D; }
span { border-color: rgb(119,12,77); }
td.TdClassName
{
border-color: #770C4D;
}
.TagClassName
{
border-color: #770C4D;
}
</style>