Shades of Tyrian Purple #7A023B
Tints of Tyrian Purple #7A023B
RGB
CMYK
RGB Variations
Color information
#7A023B (or 0x7A023B) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 3B. RGB value is (122,2,59). Sum of RGB (Red+Green+Blue) = 122+2+59=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A023B is #85FDC4. Grayscale: #2C2C2C. Windows color (decimal): -8781253 or 3867258. OLE color: 3867258.
HSL color Cylindrical-coordinate representation of color #7A023B: hue angle of 331.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 #7A023B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 59 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.52 |
| HSL | 331.5º | 0.97% | 0.24% | - |
| HSV(B) | 331.5º | 0.98% | 0.48% | - |
| XYZ | 8.84 | 4.5 | 4.54 | - |
| YUV | 44.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 59 | 0 | 0.98 | 0.52 | 0.52 | 331.5 | 0.97 | 0.24 |
| Hex | 7A | 2 | 3B | 0 | 62 | 34 | 34 | 14C | 61 | 18 |
| Octal | 172 | 2 | 73 | 0 | 142 | 64 | 64 | 514 | 141 | 30 |
| Binary | 1111010 | 10 | 111011 | 0 | 1100010 | 110100 | 110100 | 101001100 | 1100001 | 11000 |
Color Harmonies of #7A023B
Complementary color
Monochromatic Colors of #7A023B
Black with #7A023B
Text Example
Text Example
White with #7A023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A023B; }
p { color: rgb(122,2,59); }
H1.HeaderClassName
{
color: #7A023B;
}
.AnyTagClassName
{
color: #7A023B;
}
</style>
background-color css
<style>
a { background-color: #7A023B; }
a { background-color: rgb(122,2,59); }
div.DivClassName
{
background-color: #7A023B;
}
.BgClassName
{
background-color: #7A023B;
}
</style>
border-color css
<style>
span { border-color: #7A023B; }
span { border-color: rgb(122,2,59); }
td.TdClassName
{
border-color: #7A023B;
}
.TagClassName
{
border-color: #7A023B;
}
</style>