Shades of Tyrian Purple #7A033D
Tints of Tyrian Purple #7A033D
RGB
CMYK
RGB Variations
Color information
#7A033D (or 0x7A033D) is known color: Tyrian Purple. HEX triplet: 7A, 03 and 3D. RGB value is (122,3,61). Sum of RGB (Red+Green+Blue) = 122+3+61=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A033D is #85FCC2. Grayscale: #2D2D2D. Windows color (decimal): -8780995 or 3998586. OLE color: 3998586.
HSL color Cylindrical-coordinate representation of color #7A033D: hue angle of 330.76º 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 #7A033D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.52 |
| HSL | 330.76º | 0.95% | 0.25% | - |
| HSV(B) | 330.76º | 0.98% | 0.48% | - |
| XYZ | 8.9 | 4.54 | 4.82 | - |
| YUV | 45.19 | 136.92 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 61 | 0 | 0.98 | 0.50 | 0.52 | 330.76 | 0.95 | 0.25 |
| Hex | 7A | 3 | 3D | 0 | 62 | 32 | 34 | 14B | 5F | 19 |
| Octal | 172 | 3 | 75 | 0 | 142 | 62 | 64 | 513 | 137 | 31 |
| Binary | 1111010 | 11 | 111101 | 0 | 1100010 | 110010 | 110100 | 101001011 | 1011111 | 11001 |
Color Harmonies of #7A033D
Complementary color
Monochromatic Colors of #7A033D
Black with #7A033D
Text Example
Text Example
White with #7A033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A033D; }
p { color: rgb(122,3,61); }
H1.HeaderClassName
{
color: #7A033D;
}
.AnyTagClassName
{
color: #7A033D;
}
</style>
background-color css
<style>
a { background-color: #7A033D; }
a { background-color: rgb(122,3,61); }
div.DivClassName
{
background-color: #7A033D;
}
.BgClassName
{
background-color: #7A033D;
}
</style>
border-color css
<style>
span { border-color: #7A033D; }
span { border-color: rgb(122,3,61); }
td.TdClassName
{
border-color: #7A033D;
}
.TagClassName
{
border-color: #7A033D;
}
</style>