Shades of Tyrian Purple #790253
Tints of Tyrian Purple #790253
RGB
CMYK
RGB Variations
Color information
#790253 (or 0x790253) is known color: Tyrian Purple. HEX triplet: 79, 02 and 53. RGB value is (121,2,83). Sum of RGB (Red+Green+Blue) = 121+2+83=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #790253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790253 is #86FDAC. Grayscale: #2E2E2E. Windows color (decimal): -8846765 or 5440121. OLE color: 5440121.
HSL color Cylindrical-coordinate representation of color #790253: hue angle of 319.16º 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 #790253 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.53 |
| HSL | 319.16º | 0.97% | 0.24% | - |
| HSV(B) | 319.16º | 0.98% | 0.47% | - |
| XYZ | 9.47 | 4.73 | 8.6 | - |
| YUV | 46.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 83 | 0 | 0.98 | 0.31 | 0.53 | 319.16 | 0.97 | 0.24 |
| Hex | 79 | 2 | 53 | 0 | 62 | 1F | 35 | 13F | 61 | 18 |
| Octal | 171 | 2 | 123 | 0 | 142 | 37 | 65 | 477 | 141 | 30 |
| Binary | 1111001 | 10 | 1010011 | 0 | 1100010 | 11111 | 110101 | 100111111 | 1100001 | 11000 |
Color Harmonies of #790253
Complementary color
Monochromatic Colors of #790253
Black with #790253
Text Example
Text Example
White with #790253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790253; }
p { color: rgb(121,2,83); }
H1.HeaderClassName
{
color: #790253;
}
.AnyTagClassName
{
color: #790253;
}
</style>
background-color css
<style>
a { background-color: #790253; }
a { background-color: rgb(121,2,83); }
div.DivClassName
{
background-color: #790253;
}
.BgClassName
{
background-color: #790253;
}
</style>
border-color css
<style>
span { border-color: #790253; }
span { border-color: rgb(121,2,83); }
td.TdClassName
{
border-color: #790253;
}
.TagClassName
{
border-color: #790253;
}
</style>