Shades of Tyrian Purple #7A093C
Tints of Tyrian Purple #7A093C
RGB
CMYK
RGB Variations
Color information
#7A093C (or 0x7A093C) is known color: Tyrian Purple. HEX triplet: 7A, 09 and 3C. RGB value is (122,9,60). Sum of RGB (Red+Green+Blue) = 122+9+60=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A093C is #85F6C3. Grayscale: #303030. Windows color (decimal): -8779460 or 3934586. OLE color: 3934586.
HSL color Cylindrical-coordinate representation of color #7A093C: hue angle of 332.92º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A093C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 60 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.52 |
| HSL | 332.92º | 0.86% | 0.26% | - |
| HSV(B) | 332.92º | 0.93% | 0.48% | - |
| XYZ | 8.94 | 4.66 | 4.7 | - |
| YUV | 48.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 60 | 0 | 0.93 | 0.51 | 0.52 | 332.92 | 0.86 | 0.26 |
| Hex | 7A | 9 | 3C | 0 | 5D | 33 | 34 | 14D | 56 | 1A |
| Octal | 172 | 11 | 74 | 0 | 135 | 63 | 64 | 515 | 126 | 32 |
| Binary | 1111010 | 1001 | 111100 | 0 | 1011101 | 110011 | 110100 | 101001101 | 1010110 | 11010 |
Color Harmonies of #7A093C
Complementary color
Monochromatic Colors of #7A093C
Black with #7A093C
Text Example
Text Example
White with #7A093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A093C; }
p { color: rgb(122,9,60); }
H1.HeaderClassName
{
color: #7A093C;
}
.AnyTagClassName
{
color: #7A093C;
}
</style>
background-color css
<style>
a { background-color: #7A093C; }
a { background-color: rgb(122,9,60); }
div.DivClassName
{
background-color: #7A093C;
}
.BgClassName
{
background-color: #7A093C;
}
</style>
border-color css
<style>
span { border-color: #7A093C; }
span { border-color: rgb(122,9,60); }
td.TdClassName
{
border-color: #7A093C;
}
.TagClassName
{
border-color: #7A093C;
}
</style>