Shades of Tyrian Purple #76044B
Tints of Tyrian Purple #76044B
RGB
CMYK
RGB Variations
Color information
#76044B (or 0x76044B) is known color: Tyrian Purple. HEX triplet: 76, 04 and 4B. RGB value is (118,4,75). Sum of RGB (Red+Green+Blue) = 118+4+75=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76044B is #89FBB4. Grayscale: #2E2E2E. Windows color (decimal): -9042869 or 4916342. OLE color: 4916342.
HSL color Cylindrical-coordinate representation of color #76044B: hue angle of 322.63º degrees, saturation: 0.93, 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 #76044B is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 75 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.54 |
| HSL | 322.63º | 0.93% | 0.24% | - |
| HSV(B) | 322.63º | 0.97% | 0.46% | - |
| XYZ | 8.78 | 4.45 | 7.05 | - |
| YUV | 46.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 75 | 0 | 0.97 | 0.36 | 0.54 | 322.63 | 0.93 | 0.24 |
| Hex | 76 | 4 | 4B | 0 | 61 | 24 | 36 | 143 | 5D | 18 |
| Octal | 166 | 4 | 113 | 0 | 141 | 44 | 66 | 503 | 135 | 30 |
| Binary | 1110110 | 100 | 1001011 | 0 | 1100001 | 100100 | 110110 | 101000011 | 1011101 | 11000 |
Color Harmonies of #76044B
Complementary color
Monochromatic Colors of #76044B
Black with #76044B
Text Example
Text Example
White with #76044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76044B; }
p { color: rgb(118,4,75); }
H1.HeaderClassName
{
color: #76044B;
}
.AnyTagClassName
{
color: #76044B;
}
</style>
background-color css
<style>
a { background-color: #76044B; }
a { background-color: rgb(118,4,75); }
div.DivClassName
{
background-color: #76044B;
}
.BgClassName
{
background-color: #76044B;
}
</style>
border-color css
<style>
span { border-color: #76044B; }
span { border-color: rgb(118,4,75); }
td.TdClassName
{
border-color: #76044B;
}
.TagClassName
{
border-color: #76044B;
}
</style>