Shades of Tyrian Purple #76094E
Tints of Tyrian Purple #76094E
RGB
CMYK
RGB Variations
Color information
#76094E (or 0x76094E) is known color: Tyrian Purple. HEX triplet: 76, 09 and 4E. RGB value is (118,9,78). Sum of RGB (Red+Green+Blue) = 118+9+78=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #76094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76094E is #89F6B1. Grayscale: #313131. Windows color (decimal): -9041586 or 5114230. OLE color: 5114230.
HSL color Cylindrical-coordinate representation of color #76094E: hue angle of 322.02º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76094E is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 78 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.54 |
| HSL | 322.02º | 0.86% | 0.25% | - |
| HSV(B) | 322.02º | 0.92% | 0.46% | - |
| XYZ | 8.94 | 4.6 | 7.62 | - |
| YUV | 49.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 78 | 0 | 0.92 | 0.34 | 0.54 | 322.02 | 0.86 | 0.25 |
| Hex | 76 | 9 | 4E | 0 | 5C | 22 | 36 | 142 | 56 | 19 |
| Octal | 166 | 11 | 116 | 0 | 134 | 42 | 66 | 502 | 126 | 31 |
| Binary | 1110110 | 1001 | 1001110 | 0 | 1011100 | 100010 | 110110 | 101000010 | 1010110 | 11001 |
Color Harmonies of #76094E
Complementary color
Monochromatic Colors of #76094E
Black with #76094E
Text Example
Text Example
White with #76094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76094E; }
p { color: rgb(118,9,78); }
H1.HeaderClassName
{
color: #76094E;
}
.AnyTagClassName
{
color: #76094E;
}
</style>
background-color css
<style>
a { background-color: #76094E; }
a { background-color: rgb(118,9,78); }
div.DivClassName
{
background-color: #76094E;
}
.BgClassName
{
background-color: #76094E;
}
</style>
border-color css
<style>
span { border-color: #76094E; }
span { border-color: rgb(118,9,78); }
td.TdClassName
{
border-color: #76094E;
}
.TagClassName
{
border-color: #76094E;
}
</style>