Shades of Tyrian Purple #7A023C
Tints of Tyrian Purple #7A023C
RGB
CMYK
RGB Variations
Color information
#7A023C (or 0x7A023C) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 3C. RGB value is (122,2,60). Sum of RGB (Red+Green+Blue) = 122+2+60=184 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.30% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 122 - color contains mainly: red. Hex color #7A023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A023C is #85FDC3. Grayscale: #2C2C2C. Windows color (decimal): -8781252 or 3932794. OLE color: 3932794.
HSL color Cylindrical-coordinate representation of color #7A023C: hue angle of 331º 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 #7A023C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.52 |
| HSL | 331º | 0.97% | 0.24% | - |
| HSV(B) | 331º | 0.98% | 0.48% | - |
| XYZ | 8.86 | 4.51 | 4.68 | - |
| YUV | 44.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 60 | 0 | 0.98 | 0.51 | 0.52 | 331 | 0.97 | 0.24 |
| Hex | 7A | 2 | 3C | 0 | 62 | 33 | 34 | 14B | 61 | 18 |
| Octal | 172 | 2 | 74 | 0 | 142 | 63 | 64 | 513 | 141 | 30 |
| Binary | 1111010 | 10 | 111100 | 0 | 1100010 | 110011 | 110100 | 101001011 | 1100001 | 11000 |
Color Harmonies of #7A023C
Complementary color
Monochromatic Colors of #7A023C
Black with #7A023C
Text Example
Text Example
White with #7A023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A023C; }
p { color: rgb(122,2,60); }
H1.HeaderClassName
{
color: #7A023C;
}
.AnyTagClassName
{
color: #7A023C;
}
</style>
background-color css
<style>
a { background-color: #7A023C; }
a { background-color: rgb(122,2,60); }
div.DivClassName
{
background-color: #7A023C;
}
.BgClassName
{
background-color: #7A023C;
}
</style>
border-color css
<style>
span { border-color: #7A023C; }
span { border-color: rgb(122,2,60); }
td.TdClassName
{
border-color: #7A023C;
}
.TagClassName
{
border-color: #7A023C;
}
</style>