Shades of Tyrian Purple #76084C
Tints of Tyrian Purple #76084C
RGB
CMYK
RGB Variations
Color information
#76084C (or 0x76084C) is known color: Tyrian Purple. HEX triplet: 76, 08 and 4C. RGB value is (118,8,76). Sum of RGB (Red+Green+Blue) = 118+8+76=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76084C is #89F7B3. Grayscale: #303030. Windows color (decimal): -9041844 or 4982902. OLE color: 4982902.
HSL color Cylindrical-coordinate representation of color #76084C: hue angle of 322.91º 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 #76084C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 76 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.54 |
| HSL | 322.91º | 0.87% | 0.25% | - |
| HSV(B) | 322.91º | 0.93% | 0.46% | - |
| XYZ | 8.86 | 4.55 | 7.25 | - |
| YUV | 48.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 76 | 0 | 0.93 | 0.36 | 0.54 | 322.91 | 0.87 | 0.25 |
| Hex | 76 | 8 | 4C | 0 | 5D | 24 | 36 | 143 | 57 | 19 |
| Octal | 166 | 10 | 114 | 0 | 135 | 44 | 66 | 503 | 127 | 31 |
| Binary | 1110110 | 1000 | 1001100 | 0 | 1011101 | 100100 | 110110 | 101000011 | 1010111 | 11001 |
Color Harmonies of #76084C
Complementary color
Monochromatic Colors of #76084C
Black with #76084C
Text Example
Text Example
White with #76084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76084C; }
p { color: rgb(118,8,76); }
H1.HeaderClassName
{
color: #76084C;
}
.AnyTagClassName
{
color: #76084C;
}
</style>
background-color css
<style>
a { background-color: #76084C; }
a { background-color: rgb(118,8,76); }
div.DivClassName
{
background-color: #76084C;
}
.BgClassName
{
background-color: #76084C;
}
</style>
border-color css
<style>
span { border-color: #76084C; }
span { border-color: rgb(118,8,76); }
td.TdClassName
{
border-color: #76084C;
}
.TagClassName
{
border-color: #76084C;
}
</style>