Shades of Tyrian Purple #77024D
Tints of Tyrian Purple #77024D
RGB
CMYK
RGB Variations
Color information
#77024D (or 0x77024D) is known color: Tyrian Purple. HEX triplet: 77, 02 and 4D. RGB value is (119,2,77). Sum of RGB (Red+Green+Blue) = 119+2+77=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77024D is #88FDB2. Grayscale: #2D2D2D. Windows color (decimal): -8977843 or 5046903. OLE color: 5046903.
HSL color Cylindrical-coordinate representation of color #77024D: hue angle of 321.54º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77024D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.53 |
| HSL | 321.54º | 0.97% | 0.24% | - |
| HSV(B) | 321.54º | 0.98% | 0.47% | - |
| XYZ | 8.97 | 4.5 | 7.42 | - |
| YUV | 45.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 77 | 0 | 0.98 | 0.35 | 0.53 | 321.54 | 0.97 | 0.24 |
| Hex | 77 | 2 | 4D | 0 | 62 | 23 | 35 | 142 | 61 | 18 |
| Octal | 167 | 2 | 115 | 0 | 142 | 43 | 65 | 502 | 141 | 30 |
| Binary | 1110111 | 10 | 1001101 | 0 | 1100010 | 100011 | 110101 | 101000010 | 1100001 | 11000 |
Color Harmonies of #77024D
Complementary color
Monochromatic Colors of #77024D
Black with #77024D
Text Example
Text Example
White with #77024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77024D; }
p { color: rgb(119,2,77); }
H1.HeaderClassName
{
color: #77024D;
}
.AnyTagClassName
{
color: #77024D;
}
</style>
background-color css
<style>
a { background-color: #77024D; }
a { background-color: rgb(119,2,77); }
div.DivClassName
{
background-color: #77024D;
}
.BgClassName
{
background-color: #77024D;
}
</style>
border-color css
<style>
span { border-color: #77024D; }
span { border-color: rgb(119,2,77); }
td.TdClassName
{
border-color: #77024D;
}
.TagClassName
{
border-color: #77024D;
}
</style>