Shades of Tyrian Purple #770C44
Tints of Tyrian Purple #770C44
RGB
CMYK
RGB Variations
Color information
#770C44 (or 0x770C44) is known color: Tyrian Purple. HEX triplet: 77, 0C and 44. RGB value is (119,12,68). Sum of RGB (Red+Green+Blue) = 119+12+68=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #770C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C44 is #88F3BB. Grayscale: #323232. Windows color (decimal): -8975292 or 4459639. OLE color: 4459639.
HSL color Cylindrical-coordinate representation of color #770C44: hue angle of 328.6º 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 #770C44 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 68 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.53 |
| HSL | 328.6º | 0.82% | 0.26% | - |
| HSV(B) | 328.6º | 0.9% | 0.47% | - |
| XYZ | 8.78 | 4.6 | 5.89 | - |
| YUV | 50.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 68 | 0 | 0.90 | 0.43 | 0.53 | 328.6 | 0.82 | 0.26 |
| Hex | 77 | C | 44 | 0 | 5A | 2B | 35 | 149 | 52 | 1A |
| Octal | 167 | 14 | 104 | 0 | 132 | 53 | 65 | 511 | 122 | 32 |
| Binary | 1110111 | 1100 | 1000100 | 0 | 1011010 | 101011 | 110101 | 101001001 | 1010010 | 11010 |
Color Harmonies of #770C44
Complementary color
Monochromatic Colors of #770C44
Black with #770C44
Text Example
Text Example
White with #770C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C44; }
p { color: rgb(119,12,68); }
H1.HeaderClassName
{
color: #770C44;
}
.AnyTagClassName
{
color: #770C44;
}
</style>
background-color css
<style>
a { background-color: #770C44; }
a { background-color: rgb(119,12,68); }
div.DivClassName
{
background-color: #770C44;
}
.BgClassName
{
background-color: #770C44;
}
</style>
border-color css
<style>
span { border-color: #770C44; }
span { border-color: rgb(119,12,68); }
td.TdClassName
{
border-color: #770C44;
}
.TagClassName
{
border-color: #770C44;
}
</style>