Shades of Tyrian Purple #76074C
Tints of Tyrian Purple #76074C
RGB
CMYK
RGB Variations
Color information
#76074C (or 0x76074C) is known color: Tyrian Purple. HEX triplet: 76, 07 and 4C. RGB value is (118,7,76). Sum of RGB (Red+Green+Blue) = 118+7+76=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76074C is #89F8B3. Grayscale: #2F2F2F. Windows color (decimal): -9042100 or 4982646. OLE color: 4982646.
HSL color Cylindrical-coordinate representation of color #76074C: hue angle of 322.7º 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 #76074C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 76 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.54 |
| HSL | 322.7º | 0.89% | 0.25% | - |
| HSV(B) | 322.7º | 0.94% | 0.46% | - |
| XYZ | 8.85 | 4.53 | 7.24 | - |
| YUV | 48.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 76 | 0 | 0.94 | 0.36 | 0.54 | 322.7 | 0.89 | 0.25 |
| Hex | 76 | 7 | 4C | 0 | 5E | 24 | 36 | 143 | 59 | 19 |
| Octal | 166 | 7 | 114 | 0 | 136 | 44 | 66 | 503 | 131 | 31 |
| Binary | 1110110 | 111 | 1001100 | 0 | 1011110 | 100100 | 110110 | 101000011 | 1011001 | 11001 |
Color Harmonies of #76074C
Complementary color
Monochromatic Colors of #76074C
Black with #76074C
Text Example
Text Example
White with #76074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76074C; }
p { color: rgb(118,7,76); }
H1.HeaderClassName
{
color: #76074C;
}
.AnyTagClassName
{
color: #76074C;
}
</style>
background-color css
<style>
a { background-color: #76074C; }
a { background-color: rgb(118,7,76); }
div.DivClassName
{
background-color: #76074C;
}
.BgClassName
{
background-color: #76074C;
}
</style>
border-color css
<style>
span { border-color: #76074C; }
span { border-color: rgb(118,7,76); }
td.TdClassName
{
border-color: #76074C;
}
.TagClassName
{
border-color: #76074C;
}
</style>