Shades of Tyrian Purple #77024E
Tints of Tyrian Purple #77024E
RGB
CMYK
RGB Variations
Color information
#77024E (or 0x77024E) is known color: Tyrian Purple. HEX triplet: 77, 02 and 4E. RGB value is (119,2,78). Sum of RGB (Red+Green+Blue) = 119+2+78=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77024E is #88FDB1. Grayscale: #2D2D2D. Windows color (decimal): -8977842 or 5112439. OLE color: 5112439.
HSL color Cylindrical-coordinate representation of color #77024E: hue angle of 321.03º 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 #77024E is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.53 |
| HSL | 321.03º | 0.97% | 0.24% | - |
| HSV(B) | 321.03º | 0.98% | 0.47% | - |
| XYZ | 9 | 4.52 | 7.6 | - |
| YUV | 45.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 78 | 0 | 0.98 | 0.34 | 0.53 | 321.03 | 0.97 | 0.24 |
| Hex | 77 | 2 | 4E | 0 | 62 | 22 | 35 | 141 | 61 | 18 |
| Octal | 167 | 2 | 116 | 0 | 142 | 42 | 65 | 501 | 141 | 30 |
| Binary | 1110111 | 10 | 1001110 | 0 | 1100010 | 100010 | 110101 | 101000001 | 1100001 | 11000 |
Color Harmonies of #77024E
Complementary color
Monochromatic Colors of #77024E
Black with #77024E
Text Example
Text Example
White with #77024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77024E; }
p { color: rgb(119,2,78); }
H1.HeaderClassName
{
color: #77024E;
}
.AnyTagClassName
{
color: #77024E;
}
</style>
background-color css
<style>
a { background-color: #77024E; }
a { background-color: rgb(119,2,78); }
div.DivClassName
{
background-color: #77024E;
}
.BgClassName
{
background-color: #77024E;
}
</style>
border-color css
<style>
span { border-color: #77024E; }
span { border-color: rgb(119,2,78); }
td.TdClassName
{
border-color: #77024E;
}
.TagClassName
{
border-color: #77024E;
}
</style>