Shades of Tyrian Purple #7A0B53
Tints of Tyrian Purple #7A0B53
RGB
CMYK
RGB Variations
Color information
#7A0B53 (or 0x7A0B53) is known color: Tyrian Purple. HEX triplet: 7A, 0B and 53. RGB value is (122,11,83). Sum of RGB (Red+Green+Blue) = 122+11+83=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B53 is #85F4AC. Grayscale: #343434. Windows color (decimal): -8778925 or 5442426. OLE color: 5442426.
HSL color Cylindrical-coordinate representation of color #7A0B53: hue angle of 321.08º 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 #7A0B53 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 83 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.52 |
| HSL | 321.08º | 0.83% | 0.26% | - |
| HSV(B) | 321.08º | 0.91% | 0.48% | - |
| XYZ | 9.71 | 5 | 8.64 | - |
| YUV | 52.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 83 | 0 | 0.91 | 0.32 | 0.52 | 321.08 | 0.83 | 0.26 |
| Hex | 7A | B | 53 | 0 | 5B | 20 | 34 | 141 | 53 | 1A |
| Octal | 172 | 13 | 123 | 0 | 133 | 40 | 64 | 501 | 123 | 32 |
| Binary | 1111010 | 1011 | 1010011 | 0 | 1011011 | 100000 | 110100 | 101000001 | 1010011 | 11010 |
Color Harmonies of #7A0B53
Complementary color
Monochromatic Colors of #7A0B53
Black with #7A0B53
Text Example
Text Example
White with #7A0B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B53; }
p { color: rgb(122,11,83); }
H1.HeaderClassName
{
color: #7A0B53;
}
.AnyTagClassName
{
color: #7A0B53;
}
</style>
background-color css
<style>
a { background-color: #7A0B53; }
a { background-color: rgb(122,11,83); }
div.DivClassName
{
background-color: #7A0B53;
}
.BgClassName
{
background-color: #7A0B53;
}
</style>
border-color css
<style>
span { border-color: #7A0B53; }
span { border-color: rgb(122,11,83); }
td.TdClassName
{
border-color: #7A0B53;
}
.TagClassName
{
border-color: #7A0B53;
}
</style>