Shades of Tyrian Purple #7A0036
Tints of Tyrian Purple #7A0036
RGB
CMYK
RGB Variations
Color information
#7A0036 (or 0x7A0036) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 36. RGB value is (122,0,54). Sum of RGB (Red+Green+Blue) = 122+0+54=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0036 is #85FFC9. Grayscale: #2A2A2A. Windows color (decimal): -8781770 or 3539066. OLE color: 3539066.
HSL color Cylindrical-coordinate representation of color #7A0036: hue angle of 333.44º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0036 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.56 | 0.52 |
| HSL | 333.44º | 1% | 0.24% | - |
| HSV(B) | 333.44º | 1% | 0.48% | - |
| XYZ | 8.69 | 4.4 | 3.88 | - |
| YUV | 42.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 54 | 0 | 1 | 0.56 | 0.52 | 333.44 | 1 | 0.24 |
| Hex | 7A | 0 | 36 | 0 | 64 | 38 | 34 | 14D | 64 | 18 |
| Octal | 172 | 0 | 66 | 0 | 144 | 70 | 64 | 515 | 144 | 30 |
| Binary | 1111010 | 0 | 110110 | 0 | 1100100 | 111000 | 110100 | 101001101 | 1100100 | 11000 |
Color Harmonies of #7A0036
Complementary color
Monochromatic Colors of #7A0036
Black with #7A0036
Text Example
Text Example
White with #7A0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0036; }
p { color: rgb(122,0,54); }
H1.HeaderClassName
{
color: #7A0036;
}
.AnyTagClassName
{
color: #7A0036;
}
</style>
background-color css
<style>
a { background-color: #7A0036; }
a { background-color: rgb(122,0,54); }
div.DivClassName
{
background-color: #7A0036;
}
.BgClassName
{
background-color: #7A0036;
}
</style>
border-color css
<style>
span { border-color: #7A0036; }
span { border-color: rgb(122,0,54); }
td.TdClassName
{
border-color: #7A0036;
}
.TagClassName
{
border-color: #7A0036;
}
</style>