Shades of Tyrian Purple #7A0239
Tints of Tyrian Purple #7A0239
RGB
CMYK
RGB Variations
Color information
#7A0239 (or 0x7A0239) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 39. RGB value is (122,2,57). Sum of RGB (Red+Green+Blue) = 122+2+57=181 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.40% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0239 is #85FDC6. Grayscale: #2C2C2C. Windows color (decimal): -8781255 or 3736186. OLE color: 3736186.
HSL color Cylindrical-coordinate representation of color #7A0239: hue angle of 332.5º 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 #7A0239 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.52 |
| HSL | 332.5º | 0.97% | 0.24% | - |
| HSV(B) | 332.5º | 0.98% | 0.48% | - |
| XYZ | 8.79 | 4.48 | 4.27 | - |
| YUV | 44.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 57 | 0 | 0.98 | 0.53 | 0.52 | 332.5 | 0.97 | 0.24 |
| Hex | 7A | 2 | 39 | 0 | 62 | 35 | 34 | 14C | 61 | 18 |
| Octal | 172 | 2 | 71 | 0 | 142 | 65 | 64 | 514 | 141 | 30 |
| Binary | 1111010 | 10 | 111001 | 0 | 1100010 | 110101 | 110100 | 101001100 | 1100001 | 11000 |
Color Harmonies of #7A0239
Complementary color
Monochromatic Colors of #7A0239
Black with #7A0239
Text Example
Text Example
White with #7A0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0239; }
p { color: rgb(122,2,57); }
H1.HeaderClassName
{
color: #7A0239;
}
.AnyTagClassName
{
color: #7A0239;
}
</style>
background-color css
<style>
a { background-color: #7A0239; }
a { background-color: rgb(122,2,57); }
div.DivClassName
{
background-color: #7A0239;
}
.BgClassName
{
background-color: #7A0239;
}
</style>
border-color css
<style>
span { border-color: #7A0239; }
span { border-color: rgb(122,2,57); }
td.TdClassName
{
border-color: #7A0239;
}
.TagClassName
{
border-color: #7A0239;
}
</style>