Shades of Tyrian Purple #77073C
Tints of Tyrian Purple #77073C
RGB
CMYK
RGB Variations
Color information
#77073C (or 0x77073C) is known color: Tyrian Purple. HEX triplet: 77, 07 and 3C. RGB value is (119,7,60). Sum of RGB (Red+Green+Blue) = 119+7+60=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77073C is #88F8C3. Grayscale: #2E2E2E. Windows color (decimal): -8976580 or 3934071. OLE color: 3934071.
HSL color Cylindrical-coordinate representation of color #77073C: hue angle of 331.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77073C is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 60 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.53 |
| HSL | 331.61º | 0.89% | 0.25% | - |
| HSV(B) | 331.61º | 0.94% | 0.47% | - |
| XYZ | 8.5 | 4.4 | 4.68 | - |
| YUV | 46.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 60 | 0 | 0.94 | 0.50 | 0.53 | 331.61 | 0.89 | 0.25 |
| Hex | 77 | 7 | 3C | 0 | 5E | 32 | 35 | 14C | 59 | 19 |
| Octal | 167 | 7 | 74 | 0 | 136 | 62 | 65 | 514 | 131 | 31 |
| Binary | 1110111 | 111 | 111100 | 0 | 1011110 | 110010 | 110101 | 101001100 | 1011001 | 11001 |
Color Harmonies of #77073C
Complementary color
Monochromatic Colors of #77073C
Black with #77073C
Text Example
Text Example
White with #77073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77073C; }
p { color: rgb(119,7,60); }
H1.HeaderClassName
{
color: #77073C;
}
.AnyTagClassName
{
color: #77073C;
}
</style>
background-color css
<style>
a { background-color: #77073C; }
a { background-color: rgb(119,7,60); }
div.DivClassName
{
background-color: #77073C;
}
.BgClassName
{
background-color: #77073C;
}
</style>
border-color css
<style>
span { border-color: #77073C; }
span { border-color: rgb(119,7,60); }
td.TdClassName
{
border-color: #77073C;
}
.TagClassName
{
border-color: #77073C;
}
</style>