Shades of Tyrian Purple #790245
Tints of Tyrian Purple #790245
RGB
CMYK
RGB Variations
Color information
#790245 (or 0x790245) is known color: Tyrian Purple. HEX triplet: 79, 02 and 45. RGB value is (121,2,69). Sum of RGB (Red+Green+Blue) = 121+2+69=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #790245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790245 is #86FDBA. Grayscale: #2D2D2D. Windows color (decimal): -8846779 or 4522617. OLE color: 4522617.
HSL color Cylindrical-coordinate representation of color #790245: hue angle of 326.22º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790245 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.53 |
| HSL | 326.22º | 0.97% | 0.24% | - |
| HSV(B) | 326.22º | 0.98% | 0.47% | - |
| XYZ | 8.98 | 4.54 | 6.03 | - |
| YUV | 45.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 69 | 0 | 0.98 | 0.43 | 0.53 | 326.22 | 0.97 | 0.24 |
| Hex | 79 | 2 | 45 | 0 | 62 | 2B | 35 | 146 | 61 | 18 |
| Octal | 171 | 2 | 105 | 0 | 142 | 53 | 65 | 506 | 141 | 30 |
| Binary | 1111001 | 10 | 1000101 | 0 | 1100010 | 101011 | 110101 | 101000110 | 1100001 | 11000 |
Color Harmonies of #790245
Complementary color
Monochromatic Colors of #790245
Black with #790245
Text Example
Text Example
White with #790245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790245; }
p { color: rgb(121,2,69); }
H1.HeaderClassName
{
color: #790245;
}
.AnyTagClassName
{
color: #790245;
}
</style>
background-color css
<style>
a { background-color: #790245; }
a { background-color: rgb(121,2,69); }
div.DivClassName
{
background-color: #790245;
}
.BgClassName
{
background-color: #790245;
}
</style>
border-color css
<style>
span { border-color: #790245; }
span { border-color: rgb(121,2,69); }
td.TdClassName
{
border-color: #790245;
}
.TagClassName
{
border-color: #790245;
}
</style>