Shades of Tyrian Purple #7A0848
Tints of Tyrian Purple #7A0848
RGB
CMYK
RGB Variations
Color information
#7A0848 (or 0x7A0848) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 48. RGB value is (122,8,72). Sum of RGB (Red+Green+Blue) = 122+8+72=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0848 is #85F7B7. Grayscale: #313131. Windows color (decimal): -8779704 or 4720762. OLE color: 4720762.
HSL color Cylindrical-coordinate representation of color #7A0848: hue angle of 326.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0848 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 72 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.52 |
| HSL | 326.32º | 0.88% | 0.25% | - |
| HSV(B) | 326.32º | 0.93% | 0.48% | - |
| XYZ | 9.28 | 4.78 | 6.56 | - |
| YUV | 49.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 72 | 0 | 0.93 | 0.41 | 0.52 | 326.32 | 0.88 | 0.25 |
| Hex | 7A | 8 | 48 | 0 | 5D | 29 | 34 | 146 | 58 | 19 |
| Octal | 172 | 10 | 110 | 0 | 135 | 51 | 64 | 506 | 130 | 31 |
| Binary | 1111010 | 1000 | 1001000 | 0 | 1011101 | 101001 | 110100 | 101000110 | 1011000 | 11001 |
Color Harmonies of #7A0848
Complementary color
Monochromatic Colors of #7A0848
Black with #7A0848
Text Example
Text Example
White with #7A0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0848; }
p { color: rgb(122,8,72); }
H1.HeaderClassName
{
color: #7A0848;
}
.AnyTagClassName
{
color: #7A0848;
}
</style>
background-color css
<style>
a { background-color: #7A0848; }
a { background-color: rgb(122,8,72); }
div.DivClassName
{
background-color: #7A0848;
}
.BgClassName
{
background-color: #7A0848;
}
</style>
border-color css
<style>
span { border-color: #7A0848; }
span { border-color: rgb(122,8,72); }
td.TdClassName
{
border-color: #7A0848;
}
.TagClassName
{
border-color: #7A0848;
}
</style>