Shades of Tyrian Purple #76034A
Tints of Tyrian Purple #76034A
RGB
CMYK
RGB Variations
Color information
#76034A (or 0x76034A) is known color: Tyrian Purple. HEX triplet: 76, 03 and 4A. RGB value is (118,3,74). Sum of RGB (Red+Green+Blue) = 118+3+74=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76034A is #89FCB5. Grayscale: #2D2D2D. Windows color (decimal): -9043126 or 4850550. OLE color: 4850550.
HSL color Cylindrical-coordinate representation of color #76034A: hue angle of 322.96º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76034A is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 74 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.54 |
| HSL | 322.96º | 0.95% | 0.24% | - |
| HSV(B) | 322.96º | 0.97% | 0.46% | - |
| XYZ | 8.74 | 4.41 | 6.87 | - |
| YUV | 45.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 74 | 0 | 0.97 | 0.37 | 0.54 | 322.96 | 0.95 | 0.24 |
| Hex | 76 | 3 | 4A | 0 | 61 | 25 | 36 | 143 | 5F | 18 |
| Octal | 166 | 3 | 112 | 0 | 141 | 45 | 66 | 503 | 137 | 30 |
| Binary | 1110110 | 11 | 1001010 | 0 | 1100001 | 100101 | 110110 | 101000011 | 1011111 | 11000 |
Color Harmonies of #76034A
Complementary color
Monochromatic Colors of #76034A
Black with #76034A
Text Example
Text Example
White with #76034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76034A; }
p { color: rgb(118,3,74); }
H1.HeaderClassName
{
color: #76034A;
}
.AnyTagClassName
{
color: #76034A;
}
</style>
background-color css
<style>
a { background-color: #76034A; }
a { background-color: rgb(118,3,74); }
div.DivClassName
{
background-color: #76034A;
}
.BgClassName
{
background-color: #76034A;
}
</style>
border-color css
<style>
span { border-color: #76034A; }
span { border-color: rgb(118,3,74); }
td.TdClassName
{
border-color: #76034A;
}
.TagClassName
{
border-color: #76034A;
}
</style>