Shades of Tyrian Purple #77053E
Tints of Tyrian Purple #77053E
RGB
CMYK
RGB Variations
Color information
#77053E (or 0x77053E) is known color: Tyrian Purple. HEX triplet: 77, 05 and 3E. RGB value is (119,5,62). Sum of RGB (Red+Green+Blue) = 119+5+62=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77053E is #88FAC1. Grayscale: #2D2D2D. Windows color (decimal): -8977090 or 4064631. OLE color: 4064631.
HSL color Cylindrical-coordinate representation of color #77053E: hue angle of 330º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77053E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 62 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.53 |
| HSL | 330º | 0.92% | 0.24% | - |
| HSV(B) | 330º | 0.96% | 0.47% | - |
| XYZ | 8.53 | 4.38 | 4.95 | - |
| YUV | 45.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 62 | 0 | 0.96 | 0.48 | 0.53 | 330 | 0.92 | 0.24 |
| Hex | 77 | 5 | 3E | 0 | 60 | 30 | 35 | 14A | 5C | 18 |
| Octal | 167 | 5 | 76 | 0 | 140 | 60 | 65 | 512 | 134 | 30 |
| Binary | 1110111 | 101 | 111110 | 0 | 1100000 | 110000 | 110101 | 101001010 | 1011100 | 11000 |
Color Harmonies of #77053E
Complementary color
Monochromatic Colors of #77053E
Black with #77053E
Text Example
Text Example
White with #77053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77053E; }
p { color: rgb(119,5,62); }
H1.HeaderClassName
{
color: #77053E;
}
.AnyTagClassName
{
color: #77053E;
}
</style>
background-color css
<style>
a { background-color: #77053E; }
a { background-color: rgb(119,5,62); }
div.DivClassName
{
background-color: #77053E;
}
.BgClassName
{
background-color: #77053E;
}
</style>
border-color css
<style>
span { border-color: #77053E; }
span { border-color: rgb(119,5,62); }
td.TdClassName
{
border-color: #77053E;
}
.TagClassName
{
border-color: #77053E;
}
</style>