Shades of Tyrian Purple #7A064D
Tints of Tyrian Purple #7A064D
RGB
CMYK
RGB Variations
Color information
#7A064D (or 0x7A064D) is known color: Tyrian Purple. HEX triplet: 7A, 06 and 4D. RGB value is (122,6,77). Sum of RGB (Red+Green+Blue) = 122+6+77=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A064D is #85F9B2. Grayscale: #303030. Windows color (decimal): -8780211 or 5047930. OLE color: 5047930.
HSL color Cylindrical-coordinate representation of color #7A064D: hue angle of 323.28º 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 #7A064D is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 6 | 77 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.52 |
| HSL | 323.28º | 0.91% | 0.25% | - |
| HSV(B) | 323.28º | 0.95% | 0.48% | - |
| XYZ | 9.43 | 4.8 | 7.45 | - |
| YUV | 48.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 77 | 0 | 0.95 | 0.37 | 0.52 | 323.28 | 0.91 | 0.25 |
| Hex | 7A | 6 | 4D | 0 | 5F | 25 | 34 | 143 | 5B | 19 |
| Octal | 172 | 6 | 115 | 0 | 137 | 45 | 64 | 503 | 133 | 31 |
| Binary | 1111010 | 110 | 1001101 | 0 | 1011111 | 100101 | 110100 | 101000011 | 1011011 | 11001 |
Color Harmonies of #7A064D
Complementary color
Monochromatic Colors of #7A064D
Black with #7A064D
Text Example
Text Example
White with #7A064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A064D; }
p { color: rgb(122,6,77); }
H1.HeaderClassName
{
color: #7A064D;
}
.AnyTagClassName
{
color: #7A064D;
}
</style>
background-color css
<style>
a { background-color: #7A064D; }
a { background-color: rgb(122,6,77); }
div.DivClassName
{
background-color: #7A064D;
}
.BgClassName
{
background-color: #7A064D;
}
</style>
border-color css
<style>
span { border-color: #7A064D; }
span { border-color: rgb(122,6,77); }
td.TdClassName
{
border-color: #7A064D;
}
.TagClassName
{
border-color: #7A064D;
}
</style>