Shades of Tyrian Purple #7A0B4D
Tints of Tyrian Purple #7A0B4D
RGB
CMYK
RGB Variations
Color information
#7A0B4D (or 0x7A0B4D) is known color: Tyrian Purple. HEX triplet: 7A, 0B and 4D. RGB value is (122,11,77). Sum of RGB (Red+Green+Blue) = 122+11+77=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B4D is #85F4B2. Grayscale: #333333. Windows color (decimal): -8778931 or 5049210. OLE color: 5049210.
HSL color Cylindrical-coordinate representation of color #7A0B4D: hue angle of 324.32º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B4D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 77 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.52 |
| HSL | 324.32º | 0.83% | 0.26% | - |
| HSV(B) | 324.32º | 0.91% | 0.48% | - |
| XYZ | 9.49 | 4.91 | 7.47 | - |
| YUV | 51.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 77 | 0 | 0.91 | 0.37 | 0.52 | 324.32 | 0.83 | 0.26 |
| Hex | 7A | B | 4D | 0 | 5B | 25 | 34 | 144 | 53 | 1A |
| Octal | 172 | 13 | 115 | 0 | 133 | 45 | 64 | 504 | 123 | 32 |
| Binary | 1111010 | 1011 | 1001101 | 0 | 1011011 | 100101 | 110100 | 101000100 | 1010011 | 11010 |
Color Harmonies of #7A0B4D
Complementary color
Monochromatic Colors of #7A0B4D
Black with #7A0B4D
Text Example
Text Example
White with #7A0B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B4D; }
p { color: rgb(122,11,77); }
H1.HeaderClassName
{
color: #7A0B4D;
}
.AnyTagClassName
{
color: #7A0B4D;
}
</style>
background-color css
<style>
a { background-color: #7A0B4D; }
a { background-color: rgb(122,11,77); }
div.DivClassName
{
background-color: #7A0B4D;
}
.BgClassName
{
background-color: #7A0B4D;
}
</style>
border-color css
<style>
span { border-color: #7A0B4D; }
span { border-color: rgb(122,11,77); }
td.TdClassName
{
border-color: #7A0B4D;
}
.TagClassName
{
border-color: #7A0B4D;
}
</style>