Shades of Tyrian Purple #7E094C
Tints of Tyrian Purple #7E094C
RGB
CMYK
RGB Variations
Color information
#7E094C (or 0x7E094C) is known color: Tyrian Purple. HEX triplet: 7E, 09 and 4C. RGB value is (126,9,76). Sum of RGB (Red+Green+Blue) = 126+9+76=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E094C is #81F6B3. Grayscale: #333333. Windows color (decimal): -8517300 or 4983166. OLE color: 4983166.
HSL color Cylindrical-coordinate representation of color #7E094C: hue angle of 325.64º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E094C is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 9 | 76 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.51 |
| HSL | 325.64º | 0.87% | 0.26% | - |
| HSV(B) | 325.64º | 0.93% | 0.49% | - |
| XYZ | 10.01 | 5.15 | 7.3 | - |
| YUV | 51.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 76 | 0 | 0.93 | 0.40 | 0.51 | 325.64 | 0.87 | 0.26 |
| Hex | 7E | 9 | 4C | 0 | 5D | 28 | 33 | 146 | 57 | 1A |
| Octal | 176 | 11 | 114 | 0 | 135 | 50 | 63 | 506 | 127 | 32 |
| Binary | 1111110 | 1001 | 1001100 | 0 | 1011101 | 101000 | 110011 | 101000110 | 1010111 | 11010 |
Color Harmonies of #7E094C
Complementary color
Monochromatic Colors of #7E094C
Black with #7E094C
Text Example
Text Example
White with #7E094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E094C; }
p { color: rgb(126,9,76); }
H1.HeaderClassName
{
color: #7E094C;
}
.AnyTagClassName
{
color: #7E094C;
}
</style>
background-color css
<style>
a { background-color: #7E094C; }
a { background-color: rgb(126,9,76); }
div.DivClassName
{
background-color: #7E094C;
}
.BgClassName
{
background-color: #7E094C;
}
</style>
border-color css
<style>
span { border-color: #7E094C; }
span { border-color: rgb(126,9,76); }
td.TdClassName
{
border-color: #7E094C;
}
.TagClassName
{
border-color: #7E094C;
}
</style>