Shades of Purple #790191
Tints of Purple #790191
RGB
CMYK
RGB Variations
Color information
#790191 (or 0x790191) is known color: Purple. HEX triplet: 79, 01 and 91. RGB value is (121,1,145). Sum of RGB (Red+Green+Blue) = 121+1+145=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #790191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790191 is #86FE6E. Grayscale: #343434. Windows color (decimal): -8846959 or 9503097. OLE color: 9503097.
HSL color Cylindrical-coordinate representation of color #790191: hue angle of 290º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790191 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 1 | 145 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.43 |
| HSL | 290º | 0.99% | 0.29% | - |
| HSV(B) | 290º | 0.99% | 0.57% | - |
| XYZ | 13.01 | 6.13 | 27.29 | - |
| YUV | 53.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 145 | 0.17 | 0.99 | 0 | 0.43 | 290 | 0.99 | 0.29 |
| Hex | 79 | 1 | 91 | 11 | 63 | 0 | 2B | 122 | 63 | 1D |
| Octal | 171 | 1 | 221 | 21 | 143 | 0 | 53 | 442 | 143 | 35 |
| Binary | 1111001 | 1 | 10010001 | 10001 | 1100011 | 0 | 101011 | 100100010 | 1100011 | 11101 |
Color Harmonies of #790191
Complementary color
Monochromatic Colors of #790191
Black with #790191
Text Example
Text Example
White with #790191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790191; }
p { color: rgb(121,1,145); }
H1.HeaderClassName
{
color: #790191;
}
.AnyTagClassName
{
color: #790191;
}
</style>
background-color css
<style>
a { background-color: #790191; }
a { background-color: rgb(121,1,145); }
div.DivClassName
{
background-color: #790191;
}
.BgClassName
{
background-color: #790191;
}
</style>
border-color css
<style>
span { border-color: #790191; }
span { border-color: rgb(121,1,145); }
td.TdClassName
{
border-color: #790191;
}
.TagClassName
{
border-color: #790191;
}
</style>