Shades of Tyrian Purple #77014E
Tints of Tyrian Purple #77014E
RGB
CMYK
RGB Variations
Color information
#77014E (or 0x77014E) is known color: Tyrian Purple. HEX triplet: 77, 01 and 4E. RGB value is (119,1,78). Sum of RGB (Red+Green+Blue) = 119+1+78=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77014E is #88FEB1. Grayscale: #2C2C2C. Windows color (decimal): -8978098 or 5112183. OLE color: 5112183.
HSL color Cylindrical-coordinate representation of color #77014E: hue angle of 320.85º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77014E is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.53 |
| HSL | 320.85º | 0.98% | 0.24% | - |
| HSV(B) | 320.85º | 0.99% | 0.47% | - |
| XYZ | 8.99 | 4.49 | 7.6 | - |
| YUV | 45.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 78 | 0 | 0.99 | 0.34 | 0.53 | 320.85 | 0.98 | 0.24 |
| Hex | 77 | 1 | 4E | 0 | 63 | 22 | 35 | 141 | 62 | 18 |
| Octal | 167 | 1 | 116 | 0 | 143 | 42 | 65 | 501 | 142 | 30 |
| Binary | 1110111 | 1 | 1001110 | 0 | 1100011 | 100010 | 110101 | 101000001 | 1100010 | 11000 |
Color Harmonies of #77014E
Complementary color
Monochromatic Colors of #77014E
Black with #77014E
Text Example
Text Example
White with #77014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77014E; }
p { color: rgb(119,1,78); }
H1.HeaderClassName
{
color: #77014E;
}
.AnyTagClassName
{
color: #77014E;
}
</style>
background-color css
<style>
a { background-color: #77014E; }
a { background-color: rgb(119,1,78); }
div.DivClassName
{
background-color: #77014E;
}
.BgClassName
{
background-color: #77014E;
}
</style>
border-color css
<style>
span { border-color: #77014E; }
span { border-color: rgb(119,1,78); }
td.TdClassName
{
border-color: #77014E;
}
.TagClassName
{
border-color: #77014E;
}
</style>