Shades of Tyrian Purple #7A074D
Tints of Tyrian Purple #7A074D
RGB
CMYK
RGB Variations
Color information
#7A074D (or 0x7A074D) is known color: Tyrian Purple. HEX triplet: 7A, 07 and 4D. RGB value is (122,7,77). Sum of RGB (Red+Green+Blue) = 122+7+77=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A074D is #85F8B2. Grayscale: #313131. Windows color (decimal): -8779955 or 5048186. OLE color: 5048186.
HSL color Cylindrical-coordinate representation of color #7A074D: hue angle of 323.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A074D is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 77 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.52 |
| HSL | 323.48º | 0.89% | 0.25% | - |
| HSV(B) | 323.48º | 0.94% | 0.48% | - |
| XYZ | 9.44 | 4.83 | 7.45 | - |
| YUV | 49.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 77 | 0 | 0.94 | 0.37 | 0.52 | 323.48 | 0.89 | 0.25 |
| Hex | 7A | 7 | 4D | 0 | 5E | 25 | 34 | 143 | 59 | 19 |
| Octal | 172 | 7 | 115 | 0 | 136 | 45 | 64 | 503 | 131 | 31 |
| Binary | 1111010 | 111 | 1001101 | 0 | 1011110 | 100101 | 110100 | 101000011 | 1011001 | 11001 |
Color Harmonies of #7A074D
Complementary color
Monochromatic Colors of #7A074D
Black with #7A074D
Text Example
Text Example
White with #7A074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A074D; }
p { color: rgb(122,7,77); }
H1.HeaderClassName
{
color: #7A074D;
}
.AnyTagClassName
{
color: #7A074D;
}
</style>
background-color css
<style>
a { background-color: #7A074D; }
a { background-color: rgb(122,7,77); }
div.DivClassName
{
background-color: #7A074D;
}
.BgClassName
{
background-color: #7A074D;
}
</style>
border-color css
<style>
span { border-color: #7A074D; }
span { border-color: rgb(122,7,77); }
td.TdClassName
{
border-color: #7A074D;
}
.TagClassName
{
border-color: #7A074D;
}
</style>