Shades of Tyrian Purple #7A033E
Tints of Tyrian Purple #7A033E
RGB
CMYK
RGB Variations
Color information
#7A033E (or 0x7A033E) is known color: Tyrian Purple. HEX triplet: 7A, 03 and 3E. RGB value is (122,3,62). Sum of RGB (Red+Green+Blue) = 122+3+62=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A033E is #85FCC1. Grayscale: #2D2D2D. Windows color (decimal): -8780994 or 4064122. OLE color: 4064122.
HSL color Cylindrical-coordinate representation of color #7A033E: hue angle of 330.25º 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 #7A033E is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 62 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.52 |
| HSL | 330.25º | 0.95% | 0.25% | - |
| HSV(B) | 330.25º | 0.98% | 0.48% | - |
| XYZ | 8.93 | 4.55 | 4.97 | - |
| YUV | 45.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 62 | 0 | 0.98 | 0.49 | 0.52 | 330.25 | 0.95 | 0.25 |
| Hex | 7A | 3 | 3E | 0 | 62 | 31 | 34 | 14A | 5F | 19 |
| Octal | 172 | 3 | 76 | 0 | 142 | 61 | 64 | 512 | 137 | 31 |
| Binary | 1111010 | 11 | 111110 | 0 | 1100010 | 110001 | 110100 | 101001010 | 1011111 | 11001 |
Color Harmonies of #7A033E
Complementary color
Monochromatic Colors of #7A033E
Black with #7A033E
Text Example
Text Example
White with #7A033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A033E; }
p { color: rgb(122,3,62); }
H1.HeaderClassName
{
color: #7A033E;
}
.AnyTagClassName
{
color: #7A033E;
}
</style>
background-color css
<style>
a { background-color: #7A033E; }
a { background-color: rgb(122,3,62); }
div.DivClassName
{
background-color: #7A033E;
}
.BgClassName
{
background-color: #7A033E;
}
</style>
border-color css
<style>
span { border-color: #7A033E; }
span { border-color: rgb(122,3,62); }
td.TdClassName
{
border-color: #7A033E;
}
.TagClassName
{
border-color: #7A033E;
}
</style>