Shades of Tyrian Purple #770C4C
Tints of Tyrian Purple #770C4C
RGB
CMYK
RGB Variations
Color information
#770C4C (or 0x770C4C) is known color: Tyrian Purple. HEX triplet: 77, 0C and 4C. RGB value is (119,12,76). Sum of RGB (Red+Green+Blue) = 119+12+76=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770C4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C4C is #88F3B3. Grayscale: #333333. Windows color (decimal): -8975284 or 4983927. OLE color: 4983927.
HSL color Cylindrical-coordinate representation of color #770C4C: hue angle of 324.11º 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 #770C4C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 76 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.53 |
| HSL | 324.11º | 0.82% | 0.26% | - |
| HSV(B) | 324.11º | 0.9% | 0.47% | - |
| XYZ | 9.04 | 4.71 | 7.27 | - |
| YUV | 51.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 76 | 0 | 0.90 | 0.36 | 0.53 | 324.11 | 0.82 | 0.26 |
| Hex | 77 | C | 4C | 0 | 5A | 24 | 35 | 144 | 52 | 1A |
| Octal | 167 | 14 | 114 | 0 | 132 | 44 | 65 | 504 | 122 | 32 |
| Binary | 1110111 | 1100 | 1001100 | 0 | 1011010 | 100100 | 110101 | 101000100 | 1010010 | 11010 |
Color Harmonies of #770C4C
Complementary color
Monochromatic Colors of #770C4C
Black with #770C4C
Text Example
Text Example
White with #770C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C4C; }
p { color: rgb(119,12,76); }
H1.HeaderClassName
{
color: #770C4C;
}
.AnyTagClassName
{
color: #770C4C;
}
</style>
background-color css
<style>
a { background-color: #770C4C; }
a { background-color: rgb(119,12,76); }
div.DivClassName
{
background-color: #770C4C;
}
.BgClassName
{
background-color: #770C4C;
}
</style>
border-color css
<style>
span { border-color: #770C4C; }
span { border-color: rgb(119,12,76); }
td.TdClassName
{
border-color: #770C4C;
}
.TagClassName
{
border-color: #770C4C;
}
</style>