Shades of Tyrian Purple #7A0352
Tints of Tyrian Purple #7A0352
RGB
CMYK
RGB Variations
Color information
#7A0352 (or 0x7A0352) is known color: Tyrian Purple. HEX triplet: 7A, 03 and 52. RGB value is (122,3,82). Sum of RGB (Red+Green+Blue) = 122+3+82=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0352 is #85FCAD. Grayscale: #2F2F2F. Windows color (decimal): -8780974 or 5374842. OLE color: 5374842.
HSL color Cylindrical-coordinate representation of color #7A0352: hue angle of 320.17º 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 #7A0352 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.52 |
| HSL | 320.17º | 0.95% | 0.25% | - |
| HSV(B) | 320.17º | 0.98% | 0.48% | - |
| XYZ | 9.58 | 4.81 | 8.41 | - |
| YUV | 47.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 82 | 0 | 0.98 | 0.33 | 0.52 | 320.17 | 0.95 | 0.25 |
| Hex | 7A | 3 | 52 | 0 | 62 | 21 | 34 | 140 | 5F | 19 |
| Octal | 172 | 3 | 122 | 0 | 142 | 41 | 64 | 500 | 137 | 31 |
| Binary | 1111010 | 11 | 1010010 | 0 | 1100010 | 100001 | 110100 | 101000000 | 1011111 | 11001 |
Color Harmonies of #7A0352
Complementary color
Monochromatic Colors of #7A0352
Black with #7A0352
Text Example
Text Example
White with #7A0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0352; }
p { color: rgb(122,3,82); }
H1.HeaderClassName
{
color: #7A0352;
}
.AnyTagClassName
{
color: #7A0352;
}
</style>
background-color css
<style>
a { background-color: #7A0352; }
a { background-color: rgb(122,3,82); }
div.DivClassName
{
background-color: #7A0352;
}
.BgClassName
{
background-color: #7A0352;
}
</style>
border-color css
<style>
span { border-color: #7A0352; }
span { border-color: rgb(122,3,82); }
td.TdClassName
{
border-color: #7A0352;
}
.TagClassName
{
border-color: #7A0352;
}
</style>