Shades of Tyrian Purple #76074E
Tints of Tyrian Purple #76074E
RGB
CMYK
RGB Variations
Color information
#76074E (or 0x76074E) is known color: Tyrian Purple. HEX triplet: 76, 07 and 4E. RGB value is (118,7,78). Sum of RGB (Red+Green+Blue) = 118+7+78=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76074E is #89F8B1. Grayscale: #303030. Windows color (decimal): -9042098 or 5113718. OLE color: 5113718.
HSL color Cylindrical-coordinate representation of color #76074E: hue angle of 321.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76074E is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 78 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.54 |
| HSL | 321.62º | 0.89% | 0.25% | - |
| HSV(B) | 321.62º | 0.94% | 0.46% | - |
| XYZ | 8.92 | 4.55 | 7.62 | - |
| YUV | 48.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 78 | 0 | 0.94 | 0.34 | 0.54 | 321.62 | 0.89 | 0.25 |
| Hex | 76 | 7 | 4E | 0 | 5E | 22 | 36 | 142 | 59 | 19 |
| Octal | 166 | 7 | 116 | 0 | 136 | 42 | 66 | 502 | 131 | 31 |
| Binary | 1110110 | 111 | 1001110 | 0 | 1011110 | 100010 | 110110 | 101000010 | 1011001 | 11001 |
Color Harmonies of #76074E
Complementary color
Monochromatic Colors of #76074E
Black with #76074E
Text Example
Text Example
White with #76074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76074E; }
p { color: rgb(118,7,78); }
H1.HeaderClassName
{
color: #76074E;
}
.AnyTagClassName
{
color: #76074E;
}
</style>
background-color css
<style>
a { background-color: #76074E; }
a { background-color: rgb(118,7,78); }
div.DivClassName
{
background-color: #76074E;
}
.BgClassName
{
background-color: #76074E;
}
</style>
border-color css
<style>
span { border-color: #76074E; }
span { border-color: rgb(118,7,78); }
td.TdClassName
{
border-color: #76074E;
}
.TagClassName
{
border-color: #76074E;
}
</style>