Shades of Tyrian Purple #7A0240
Tints of Tyrian Purple #7A0240
RGB
CMYK
RGB Variations
Color information
#7A0240 (or 0x7A0240) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 40. RGB value is (122,2,64). Sum of RGB (Red+Green+Blue) = 122+2+64=188 (24% of max value = 765). Red value is 122 (48.05% from 255 or 64.89% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0240 is #85FDBF. Grayscale: #2C2C2C. Windows color (decimal): -8781248 or 4194938. OLE color: 4194938.
HSL color Cylindrical-coordinate representation of color #7A0240: hue angle of 329º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0240 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 64 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.52 |
| HSL | 329º | 0.97% | 0.24% | - |
| HSV(B) | 329º | 0.98% | 0.48% | - |
| XYZ | 8.97 | 4.55 | 5.26 | - |
| YUV | 44.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 64 | 0 | 0.98 | 0.48 | 0.52 | 329 | 0.97 | 0.24 |
| Hex | 7A | 2 | 40 | 0 | 62 | 30 | 34 | 149 | 61 | 18 |
| Octal | 172 | 2 | 100 | 0 | 142 | 60 | 64 | 511 | 141 | 30 |
| Binary | 1111010 | 10 | 1000000 | 0 | 1100010 | 110000 | 110100 | 101001001 | 1100001 | 11000 |
Color Harmonies of #7A0240
Complementary color
Monochromatic Colors of #7A0240
Black with #7A0240
Text Example
Text Example
White with #7A0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0240; }
p { color: rgb(122,2,64); }
H1.HeaderClassName
{
color: #7A0240;
}
.AnyTagClassName
{
color: #7A0240;
}
</style>
background-color css
<style>
a { background-color: #7A0240; }
a { background-color: rgb(122,2,64); }
div.DivClassName
{
background-color: #7A0240;
}
.BgClassName
{
background-color: #7A0240;
}
</style>
border-color css
<style>
span { border-color: #7A0240; }
span { border-color: rgb(122,2,64); }
td.TdClassName
{
border-color: #7A0240;
}
.TagClassName
{
border-color: #7A0240;
}
</style>