Shades of Tyrian Purple #7A064F
Tints of Tyrian Purple #7A064F
RGB
CMYK
RGB Variations
Color information
#7A064F (or 0x7A064F) is known color: Tyrian Purple. HEX triplet: 7A, 06 and 4F. RGB value is (122,6,79). Sum of RGB (Red+Green+Blue) = 122+6+79=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A064F is #85F9B0. Grayscale: #303030. Windows color (decimal): -8780209 or 5179002. OLE color: 5179002.
HSL color Cylindrical-coordinate representation of color #7A064F: hue angle of 322.24º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A064F is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 6 | 79 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.52 |
| HSL | 322.24º | 0.91% | 0.25% | - |
| HSV(B) | 322.24º | 0.95% | 0.48% | - |
| XYZ | 9.5 | 4.83 | 7.83 | - |
| YUV | 49.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 79 | 0 | 0.95 | 0.35 | 0.52 | 322.24 | 0.91 | 0.25 |
| Hex | 7A | 6 | 4F | 0 | 5F | 23 | 34 | 142 | 5B | 19 |
| Octal | 172 | 6 | 117 | 0 | 137 | 43 | 64 | 502 | 133 | 31 |
| Binary | 1111010 | 110 | 1001111 | 0 | 1011111 | 100011 | 110100 | 101000010 | 1011011 | 11001 |
Color Harmonies of #7A064F
Complementary color
Monochromatic Colors of #7A064F
Black with #7A064F
Text Example
Text Example
White with #7A064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A064F; }
p { color: rgb(122,6,79); }
H1.HeaderClassName
{
color: #7A064F;
}
.AnyTagClassName
{
color: #7A064F;
}
</style>
background-color css
<style>
a { background-color: #7A064F; }
a { background-color: rgb(122,6,79); }
div.DivClassName
{
background-color: #7A064F;
}
.BgClassName
{
background-color: #7A064F;
}
</style>
border-color css
<style>
span { border-color: #7A064F; }
span { border-color: rgb(122,6,79); }
td.TdClassName
{
border-color: #7A064F;
}
.TagClassName
{
border-color: #7A064F;
}
</style>