Shades of Tyrian Purple #76084A
Tints of Tyrian Purple #76084A
RGB
CMYK
RGB Variations
Color information
#76084A (or 0x76084A) is known color: Tyrian Purple. HEX triplet: 76, 08 and 4A. RGB value is (118,8,74). Sum of RGB (Red+Green+Blue) = 118+8+74=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76084A is #89F7B5. Grayscale: #303030. Windows color (decimal): -9041846 or 4851830. OLE color: 4851830.
HSL color Cylindrical-coordinate representation of color #76084A: hue angle of 324º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76084A is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 74 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.54 |
| HSL | 324º | 0.87% | 0.25% | - |
| HSV(B) | 324º | 0.93% | 0.46% | - |
| XYZ | 8.79 | 4.52 | 6.89 | - |
| YUV | 48.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 74 | 0 | 0.93 | 0.37 | 0.54 | 324 | 0.87 | 0.25 |
| Hex | 76 | 8 | 4A | 0 | 5D | 25 | 36 | 144 | 57 | 19 |
| Octal | 166 | 10 | 112 | 0 | 135 | 45 | 66 | 504 | 127 | 31 |
| Binary | 1110110 | 1000 | 1001010 | 0 | 1011101 | 100101 | 110110 | 101000100 | 1010111 | 11001 |
Color Harmonies of #76084A
Complementary color
Monochromatic Colors of #76084A
Black with #76084A
Text Example
Text Example
White with #76084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76084A; }
p { color: rgb(118,8,74); }
H1.HeaderClassName
{
color: #76084A;
}
.AnyTagClassName
{
color: #76084A;
}
</style>
background-color css
<style>
a { background-color: #76084A; }
a { background-color: rgb(118,8,74); }
div.DivClassName
{
background-color: #76084A;
}
.BgClassName
{
background-color: #76084A;
}
</style>
border-color css
<style>
span { border-color: #76084A; }
span { border-color: rgb(118,8,74); }
td.TdClassName
{
border-color: #76084A;
}
.TagClassName
{
border-color: #76084A;
}
</style>