Shades of Purple #791090
Tints of Purple #791090
RGB
CMYK
RGB Variations
Color information
#791090 (or 0x791090) is known color: Purple. HEX triplet: 79, 10 and 90. RGB value is (121,16,144). Sum of RGB (Red+Green+Blue) = 121+16+144=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #791090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791090 is #86EF6F. Grayscale: #3D3D3D. Windows color (decimal): -8843120 or 9441401. OLE color: 9441401.
HSL color Cylindrical-coordinate representation of color #791090: hue angle of 289.22º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791090 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 16 | 144 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.44 |
| HSL | 289.22º | 0.8% | 0.31% | - |
| HSV(B) | 289.22º | 0.89% | 0.56% | - |
| XYZ | 13.1 | 6.45 | 26.94 | - |
| YUV | 61.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 16 | 144 | 0.16 | 0.89 | 0 | 0.44 | 289.22 | 0.8 | 0.31 |
| Hex | 79 | 10 | 90 | 10 | 59 | 0 | 2C | 121 | 50 | 1F |
| Octal | 171 | 20 | 220 | 20 | 131 | 0 | 54 | 441 | 120 | 37 |
| Binary | 1111001 | 10000 | 10010000 | 10000 | 1011001 | 0 | 101100 | 100100001 | 1010000 | 11111 |
Color Harmonies of #791090
Complementary color
Monochromatic Colors of #791090
Black with #791090
Text Example
Text Example
White with #791090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791090; }
p { color: rgb(121,16,144); }
H1.HeaderClassName
{
color: #791090;
}
.AnyTagClassName
{
color: #791090;
}
</style>
background-color css
<style>
a { background-color: #791090; }
a { background-color: rgb(121,16,144); }
div.DivClassName
{
background-color: #791090;
}
.BgClassName
{
background-color: #791090;
}
</style>
border-color css
<style>
span { border-color: #791090; }
span { border-color: rgb(121,16,144); }
td.TdClassName
{
border-color: #791090;
}
.TagClassName
{
border-color: #791090;
}
</style>