Shades of Tyrian Purple #790555
Tints of Tyrian Purple #790555
RGB
CMYK
RGB Variations
Color information
#790555 (or 0x790555) is known color: Tyrian Purple. HEX triplet: 79, 05 and 55. RGB value is (121,5,85). Sum of RGB (Red+Green+Blue) = 121+5+85=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #790555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790555 is #86FAAA. Grayscale: #303030. Windows color (decimal): -8845995 or 5571961. OLE color: 5571961.
HSL color Cylindrical-coordinate representation of color #790555: hue angle of 318.62º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790555 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 85 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.53 |
| HSL | 318.62º | 0.92% | 0.25% | - |
| HSV(B) | 318.62º | 0.96% | 0.47% | - |
| XYZ | 9.58 | 4.83 | 9.02 | - |
| YUV | 48.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 85 | 0 | 0.96 | 0.30 | 0.53 | 318.62 | 0.92 | 0.25 |
| Hex | 79 | 5 | 55 | 0 | 60 | 1E | 35 | 13F | 5C | 19 |
| Octal | 171 | 5 | 125 | 0 | 140 | 36 | 65 | 477 | 134 | 31 |
| Binary | 1111001 | 101 | 1010101 | 0 | 1100000 | 11110 | 110101 | 100111111 | 1011100 | 11001 |
Color Harmonies of #790555
Complementary color
Monochromatic Colors of #790555
Black with #790555
Text Example
Text Example
White with #790555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790555; }
p { color: rgb(121,5,85); }
H1.HeaderClassName
{
color: #790555;
}
.AnyTagClassName
{
color: #790555;
}
</style>
background-color css
<style>
a { background-color: #790555; }
a { background-color: rgb(121,5,85); }
div.DivClassName
{
background-color: #790555;
}
.BgClassName
{
background-color: #790555;
}
</style>
border-color css
<style>
span { border-color: #790555; }
span { border-color: rgb(121,5,85); }
td.TdClassName
{
border-color: #790555;
}
.TagClassName
{
border-color: #790555;
}
</style>