Shades of Tyrian Purple #7A0253
Tints of Tyrian Purple #7A0253
RGB
CMYK
RGB Variations
Color information
#7A0253 (or 0x7A0253) is known color: Tyrian Purple. HEX triplet: 7A, 02 and 53. RGB value is (122,2,83). Sum of RGB (Red+Green+Blue) = 122+2+83=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0253 is #85FDAC. Grayscale: #2E2E2E. Windows color (decimal): -8781229 or 5440122. OLE color: 5440122.
HSL color Cylindrical-coordinate representation of color #7A0253: hue angle of 319.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0253 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.52 |
| HSL | 319.5º | 0.97% | 0.24% | - |
| HSV(B) | 319.5º | 0.98% | 0.48% | - |
| XYZ | 9.61 | 4.81 | 8.6 | - |
| YUV | 47.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 83 | 0 | 0.98 | 0.32 | 0.52 | 319.5 | 0.97 | 0.24 |
| Hex | 7A | 2 | 53 | 0 | 62 | 20 | 34 | 140 | 61 | 18 |
| Octal | 172 | 2 | 123 | 0 | 142 | 40 | 64 | 500 | 141 | 30 |
| Binary | 1111010 | 10 | 1010011 | 0 | 1100010 | 100000 | 110100 | 101000000 | 1100001 | 11000 |
Color Harmonies of #7A0253
Complementary color
Monochromatic Colors of #7A0253
Black with #7A0253
Text Example
Text Example
White with #7A0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0253; }
p { color: rgb(122,2,83); }
H1.HeaderClassName
{
color: #7A0253;
}
.AnyTagClassName
{
color: #7A0253;
}
</style>
background-color css
<style>
a { background-color: #7A0253; }
a { background-color: rgb(122,2,83); }
div.DivClassName
{
background-color: #7A0253;
}
.BgClassName
{
background-color: #7A0253;
}
</style>
border-color css
<style>
span { border-color: #7A0253; }
span { border-color: rgb(122,2,83); }
td.TdClassName
{
border-color: #7A0253;
}
.TagClassName
{
border-color: #7A0253;
}
</style>