Shades of Tyrian Purple #7A093A
Tints of Tyrian Purple #7A093A
RGB
CMYK
RGB Variations
Color information
#7A093A (or 0x7A093A) is known color: Tyrian Purple. HEX triplet: 7A, 09 and 3A. RGB value is (122,9,58). Sum of RGB (Red+Green+Blue) = 122+9+58=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A093A is #85F6C5. Grayscale: #303030. Windows color (decimal): -8779462 or 3803514. OLE color: 3803514.
HSL color Cylindrical-coordinate representation of color #7A093A: hue angle of 333.98º 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 #7A093A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 58 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.52 |
| HSL | 333.98º | 0.86% | 0.26% | - |
| HSV(B) | 333.98º | 0.93% | 0.48% | - |
| XYZ | 8.89 | 4.64 | 4.43 | - |
| YUV | 48.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 58 | 0 | 0.93 | 0.52 | 0.52 | 333.98 | 0.86 | 0.26 |
| Hex | 7A | 9 | 3A | 0 | 5D | 34 | 34 | 14E | 56 | 1A |
| Octal | 172 | 11 | 72 | 0 | 135 | 64 | 64 | 516 | 126 | 32 |
| Binary | 1111010 | 1001 | 111010 | 0 | 1011101 | 110100 | 110100 | 101001110 | 1010110 | 11010 |
Color Harmonies of #7A093A
Complementary color
Monochromatic Colors of #7A093A
Black with #7A093A
Text Example
Text Example
White with #7A093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A093A; }
p { color: rgb(122,9,58); }
H1.HeaderClassName
{
color: #7A093A;
}
.AnyTagClassName
{
color: #7A093A;
}
</style>
background-color css
<style>
a { background-color: #7A093A; }
a { background-color: rgb(122,9,58); }
div.DivClassName
{
background-color: #7A093A;
}
.BgClassName
{
background-color: #7A093A;
}
</style>
border-color css
<style>
span { border-color: #7A093A; }
span { border-color: rgb(122,9,58); }
td.TdClassName
{
border-color: #7A093A;
}
.TagClassName
{
border-color: #7A093A;
}
</style>