Shades of Tyrian Purple #7E073C
Tints of Tyrian Purple #7E073C
RGB
CMYK
RGB Variations
Color information
#7E073C (or 0x7E073C) is known color: Tyrian Purple. HEX triplet: 7E, 07 and 3C. RGB value is (126,7,60). Sum of RGB (Red+Green+Blue) = 126+7+60=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E073C is #81F8C3. Grayscale: #303030. Windows color (decimal): -8517828 or 3934078. OLE color: 3934078.
HSL color Cylindrical-coordinate representation of color #7E073C: hue angle of 333.28º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E073C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 7 | 60 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.51 |
| HSL | 333.28º | 0.89% | 0.26% | - |
| HSV(B) | 333.28º | 0.94% | 0.49% | - |
| XYZ | 9.5 | 4.91 | 4.72 | - |
| YUV | 48.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 60 | 0 | 0.94 | 0.52 | 0.51 | 333.28 | 0.89 | 0.26 |
| Hex | 7E | 7 | 3C | 0 | 5E | 34 | 33 | 14D | 59 | 1A |
| Octal | 176 | 7 | 74 | 0 | 136 | 64 | 63 | 515 | 131 | 32 |
| Binary | 1111110 | 111 | 111100 | 0 | 1011110 | 110100 | 110011 | 101001101 | 1011001 | 11010 |
Color Harmonies of #7E073C
Complementary color
Monochromatic Colors of #7E073C
Black with #7E073C
Text Example
Text Example
White with #7E073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E073C; }
p { color: rgb(126,7,60); }
H1.HeaderClassName
{
color: #7E073C;
}
.AnyTagClassName
{
color: #7E073C;
}
</style>
background-color css
<style>
a { background-color: #7E073C; }
a { background-color: rgb(126,7,60); }
div.DivClassName
{
background-color: #7E073C;
}
.BgClassName
{
background-color: #7E073C;
}
</style>
border-color css
<style>
span { border-color: #7E073C; }
span { border-color: rgb(126,7,60); }
td.TdClassName
{
border-color: #7E073C;
}
.TagClassName
{
border-color: #7E073C;
}
</style>