Shades of Tyrian Purple #76004E
Tints of Tyrian Purple #76004E
RGB
CMYK
RGB Variations
Color information
#76004E (or 0x76004E) is known color: Tyrian Purple. HEX triplet: 76, 00 and 4E. RGB value is (118,0,78). Sum of RGB (Red+Green+Blue) = 118+0+78=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76004E is #89FFB1. Grayscale: #2B2B2B. Windows color (decimal): -9043890 or 5111926. OLE color: 5111926.
HSL color Cylindrical-coordinate representation of color #76004E: hue angle of 320.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76004E is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.34 | 0.54 |
| HSL | 320.34º | 1% | 0.23% | - |
| HSV(B) | 320.34º | 1% | 0.46% | - |
| XYZ | 8.85 | 4.4 | 7.59 | - |
| YUV | 44.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 78 | 0 | 1 | 0.34 | 0.54 | 320.34 | 1 | 0.23 |
| Hex | 76 | 0 | 4E | 0 | 64 | 22 | 36 | 140 | 64 | 17 |
| Octal | 166 | 0 | 116 | 0 | 144 | 42 | 66 | 500 | 144 | 27 |
| Binary | 1110110 | 0 | 1001110 | 0 | 1100100 | 100010 | 110110 | 101000000 | 1100100 | 10111 |
Color Harmonies of #76004E
Complementary color
Monochromatic Colors of #76004E
Black with #76004E
Text Example
Text Example
White with #76004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76004E; }
p { color: rgb(118,0,78); }
H1.HeaderClassName
{
color: #76004E;
}
.AnyTagClassName
{
color: #76004E;
}
</style>
background-color css
<style>
a { background-color: #76004E; }
a { background-color: rgb(118,0,78); }
div.DivClassName
{
background-color: #76004E;
}
.BgClassName
{
background-color: #76004E;
}
</style>
border-color css
<style>
span { border-color: #76004E; }
span { border-color: rgb(118,0,78); }
td.TdClassName
{
border-color: #76004E;
}
.TagClassName
{
border-color: #76004E;
}
</style>