Shades of Tyrian Purple #7A0B40
Tints of Tyrian Purple #7A0B40
RGB
CMYK
RGB Variations
Color information
#7A0B40 (or 0x7A0B40) is known color: Tyrian Purple. HEX triplet: 7A, 0B and 40. RGB value is (122,11,64). Sum of RGB (Red+Green+Blue) = 122+11+64=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B40 is #85F4BF. Grayscale: #323232. Windows color (decimal): -8778944 or 4197242. OLE color: 4197242.
HSL color Cylindrical-coordinate representation of color #7A0B40: hue angle of 331.35º 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 #7A0B40 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 64 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.52 |
| HSL | 331.35º | 0.83% | 0.26% | - |
| HSV(B) | 331.35º | 0.91% | 0.48% | - |
| XYZ | 9.07 | 4.75 | 5.29 | - |
| YUV | 50.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 64 | 0 | 0.91 | 0.48 | 0.52 | 331.35 | 0.83 | 0.26 |
| Hex | 7A | B | 40 | 0 | 5B | 30 | 34 | 14B | 53 | 1A |
| Octal | 172 | 13 | 100 | 0 | 133 | 60 | 64 | 513 | 123 | 32 |
| Binary | 1111010 | 1011 | 1000000 | 0 | 1011011 | 110000 | 110100 | 101001011 | 1010011 | 11010 |
Color Harmonies of #7A0B40
Complementary color
Monochromatic Colors of #7A0B40
Black with #7A0B40
Text Example
Text Example
White with #7A0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B40; }
p { color: rgb(122,11,64); }
H1.HeaderClassName
{
color: #7A0B40;
}
.AnyTagClassName
{
color: #7A0B40;
}
</style>
background-color css
<style>
a { background-color: #7A0B40; }
a { background-color: rgb(122,11,64); }
div.DivClassName
{
background-color: #7A0B40;
}
.BgClassName
{
background-color: #7A0B40;
}
</style>
border-color css
<style>
span { border-color: #7A0B40; }
span { border-color: rgb(122,11,64); }
td.TdClassName
{
border-color: #7A0B40;
}
.TagClassName
{
border-color: #7A0B40;
}
</style>