Shades of Tyrian Purple #7A083B
Tints of Tyrian Purple #7A083B
RGB
CMYK
RGB Variations
Color information
#7A083B (or 0x7A083B) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 3B. RGB value is (122,8,59). Sum of RGB (Red+Green+Blue) = 122+8+59=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A083B is #85F7C4. Grayscale: #2F2F2F. Windows color (decimal): -8779717 or 3868794. OLE color: 3868794.
HSL color Cylindrical-coordinate representation of color #7A083B: hue angle of 333.16º 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 #7A083B is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 59 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.52 |
| HSL | 333.16º | 0.88% | 0.25% | - |
| HSV(B) | 333.16º | 0.93% | 0.48% | - |
| XYZ | 8.9 | 4.63 | 4.56 | - |
| YUV | 47.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 59 | 0 | 0.93 | 0.52 | 0.52 | 333.16 | 0.88 | 0.25 |
| Hex | 7A | 8 | 3B | 0 | 5D | 34 | 34 | 14D | 58 | 19 |
| Octal | 172 | 10 | 73 | 0 | 135 | 64 | 64 | 515 | 130 | 31 |
| Binary | 1111010 | 1000 | 111011 | 0 | 1011101 | 110100 | 110100 | 101001101 | 1011000 | 11001 |
Color Harmonies of #7A083B
Complementary color
Monochromatic Colors of #7A083B
Black with #7A083B
Text Example
Text Example
White with #7A083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A083B; }
p { color: rgb(122,8,59); }
H1.HeaderClassName
{
color: #7A083B;
}
.AnyTagClassName
{
color: #7A083B;
}
</style>
background-color css
<style>
a { background-color: #7A083B; }
a { background-color: rgb(122,8,59); }
div.DivClassName
{
background-color: #7A083B;
}
.BgClassName
{
background-color: #7A083B;
}
</style>
border-color css
<style>
span { border-color: #7A083B; }
span { border-color: rgb(122,8,59); }
td.TdClassName
{
border-color: #7A083B;
}
.TagClassName
{
border-color: #7A083B;
}
</style>