Shades of Tyrian Purple #7A034F
Tints of Tyrian Purple #7A034F
RGB
CMYK
RGB Variations
Color information
#7A034F (or 0x7A034F) is known color: Tyrian Purple. HEX triplet: 7A, 03 and 4F. RGB value is (122,3,79). Sum of RGB (Red+Green+Blue) = 122+3+79=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A034F is #85FCB0. Grayscale: #2F2F2F. Windows color (decimal): -8780977 or 5178234. OLE color: 5178234.
HSL color Cylindrical-coordinate representation of color #7A034F: hue angle of 321.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A034F is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 79 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.52 |
| HSL | 321.68º | 0.95% | 0.25% | - |
| HSV(B) | 321.68º | 0.98% | 0.48% | - |
| XYZ | 9.47 | 4.77 | 7.82 | - |
| YUV | 47.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 79 | 0 | 0.98 | 0.35 | 0.52 | 321.68 | 0.95 | 0.25 |
| Hex | 7A | 3 | 4F | 0 | 62 | 23 | 34 | 142 | 5F | 19 |
| Octal | 172 | 3 | 117 | 0 | 142 | 43 | 64 | 502 | 137 | 31 |
| Binary | 1111010 | 11 | 1001111 | 0 | 1100010 | 100011 | 110100 | 101000010 | 1011111 | 11001 |
Color Harmonies of #7A034F
Complementary color
Monochromatic Colors of #7A034F
Black with #7A034F
Text Example
Text Example
White with #7A034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A034F; }
p { color: rgb(122,3,79); }
H1.HeaderClassName
{
color: #7A034F;
}
.AnyTagClassName
{
color: #7A034F;
}
</style>
background-color css
<style>
a { background-color: #7A034F; }
a { background-color: rgb(122,3,79); }
div.DivClassName
{
background-color: #7A034F;
}
.BgClassName
{
background-color: #7A034F;
}
</style>
border-color css
<style>
span { border-color: #7A034F; }
span { border-color: rgb(122,3,79); }
td.TdClassName
{
border-color: #7A034F;
}
.TagClassName
{
border-color: #7A034F;
}
</style>