Shades of Tyrian Purple #76024E
Tints of Tyrian Purple #76024E
RGB
CMYK
RGB Variations
Color information
#76024E (or 0x76024E) is known color: Tyrian Purple. HEX triplet: 76, 02 and 4E. RGB value is (118,2,78). Sum of RGB (Red+Green+Blue) = 118+2+78=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76024E is #89FDB1. Grayscale: #2D2D2D. Windows color (decimal): -9043378 or 5112438. OLE color: 5112438.
HSL color Cylindrical-coordinate representation of color #76024E: hue angle of 320.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76024E is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.54 |
| HSL | 320.69º | 0.97% | 0.24% | - |
| HSV(B) | 320.69º | 0.98% | 0.46% | - |
| XYZ | 8.87 | 4.45 | 7.6 | - |
| YUV | 45.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 78 | 0 | 0.98 | 0.34 | 0.54 | 320.69 | 0.97 | 0.24 |
| Hex | 76 | 2 | 4E | 0 | 62 | 22 | 36 | 141 | 61 | 18 |
| Octal | 166 | 2 | 116 | 0 | 142 | 42 | 66 | 501 | 141 | 30 |
| Binary | 1110110 | 10 | 1001110 | 0 | 1100010 | 100010 | 110110 | 101000001 | 1100001 | 11000 |
Color Harmonies of #76024E
Complementary color
Monochromatic Colors of #76024E
Black with #76024E
Text Example
Text Example
White with #76024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76024E; }
p { color: rgb(118,2,78); }
H1.HeaderClassName
{
color: #76024E;
}
.AnyTagClassName
{
color: #76024E;
}
</style>
background-color css
<style>
a { background-color: #76024E; }
a { background-color: rgb(118,2,78); }
div.DivClassName
{
background-color: #76024E;
}
.BgClassName
{
background-color: #76024E;
}
</style>
border-color css
<style>
span { border-color: #76024E; }
span { border-color: rgb(118,2,78); }
td.TdClassName
{
border-color: #76024E;
}
.TagClassName
{
border-color: #76024E;
}
</style>