Shades of Tyrian Purple #77033E
Tints of Tyrian Purple #77033E
RGB
CMYK
RGB Variations
Color information
#77033E (or 0x77033E) is known color: Tyrian Purple. HEX triplet: 77, 03 and 3E. RGB value is (119,3,62). Sum of RGB (Red+Green+Blue) = 119+3+62=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77033E is #88FCC1. Grayscale: #2C2C2C. Windows color (decimal): -8977602 or 4064119. OLE color: 4064119.
HSL color Cylindrical-coordinate representation of color #77033E: hue angle of 329.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77033E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 62 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.53 |
| HSL | 329.48º | 0.95% | 0.24% | - |
| HSV(B) | 329.48º | 0.97% | 0.47% | - |
| XYZ | 8.51 | 4.33 | 4.95 | - |
| YUV | 44.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 62 | 0 | 0.97 | 0.48 | 0.53 | 329.48 | 0.95 | 0.24 |
| Hex | 77 | 3 | 3E | 0 | 61 | 30 | 35 | 149 | 5F | 18 |
| Octal | 167 | 3 | 76 | 0 | 141 | 60 | 65 | 511 | 137 | 30 |
| Binary | 1110111 | 11 | 111110 | 0 | 1100001 | 110000 | 110101 | 101001001 | 1011111 | 11000 |
Color Harmonies of #77033E
Complementary color
Monochromatic Colors of #77033E
Black with #77033E
Text Example
Text Example
White with #77033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77033E; }
p { color: rgb(119,3,62); }
H1.HeaderClassName
{
color: #77033E;
}
.AnyTagClassName
{
color: #77033E;
}
</style>
background-color css
<style>
a { background-color: #77033E; }
a { background-color: rgb(119,3,62); }
div.DivClassName
{
background-color: #77033E;
}
.BgClassName
{
background-color: #77033E;
}
</style>
border-color css
<style>
span { border-color: #77033E; }
span { border-color: rgb(119,3,62); }
td.TdClassName
{
border-color: #77033E;
}
.TagClassName
{
border-color: #77033E;
}
</style>