Shades of Tyrian Purple #7A0337
Tints of Tyrian Purple #7A0337
RGB
CMYK
RGB Variations
Color information
#7A0337 (or 0x7A0337) is known color: Tyrian Purple. HEX triplet: 7A, 03 and 37. RGB value is (122,3,55). Sum of RGB (Red+Green+Blue) = 122+3+55=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0337 is #85FCC8. Grayscale: #2C2C2C. Windows color (decimal): -8781001 or 3605370. OLE color: 3605370.
HSL color Cylindrical-coordinate representation of color #7A0337: hue angle of 333.78º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0337 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.52 |
| HSL | 333.78º | 0.95% | 0.25% | - |
| HSV(B) | 333.78º | 0.98% | 0.48% | - |
| XYZ | 8.75 | 4.48 | 4.02 | - |
| YUV | 44.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 55 | 0 | 0.98 | 0.55 | 0.52 | 333.78 | 0.95 | 0.25 |
| Hex | 7A | 3 | 37 | 0 | 62 | 37 | 34 | 14E | 5F | 19 |
| Octal | 172 | 3 | 67 | 0 | 142 | 67 | 64 | 516 | 137 | 31 |
| Binary | 1111010 | 11 | 110111 | 0 | 1100010 | 110111 | 110100 | 101001110 | 1011111 | 11001 |
Color Harmonies of #7A0337
Complementary color
Monochromatic Colors of #7A0337
Black with #7A0337
Text Example
Text Example
White with #7A0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0337; }
p { color: rgb(122,3,55); }
H1.HeaderClassName
{
color: #7A0337;
}
.AnyTagClassName
{
color: #7A0337;
}
</style>
background-color css
<style>
a { background-color: #7A0337; }
a { background-color: rgb(122,3,55); }
div.DivClassName
{
background-color: #7A0337;
}
.BgClassName
{
background-color: #7A0337;
}
</style>
border-color css
<style>
span { border-color: #7A0337; }
span { border-color: rgb(122,3,55); }
td.TdClassName
{
border-color: #7A0337;
}
.TagClassName
{
border-color: #7A0337;
}
</style>