Shades of Purple #790090
Tints of Purple #790090
RGB
CMYK
RGB Variations
Color information
#790090 (or 0x790090) is known color: Purple. HEX triplet: 79, 00 and 90. RGB value is (121,0,144). Sum of RGB (Red+Green+Blue) = 121+0+144=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #790090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790090 is #86FF6F. Grayscale: #343434. Windows color (decimal): -8847216 or 9437305. OLE color: 9437305.
HSL color Cylindrical-coordinate representation of color #790090: hue angle of 290.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790090 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 0 | 144 | - |
| CMYK | 0.16 | 1 | 0 | 0.44 |
| HSL | 290.42º | 1% | 0.28% | - |
| HSV(B) | 290.42º | 1% | 0.56% | - |
| XYZ | 12.92 | 6.08 | 26.88 | - |
| YUV | 52.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 144 | 0.16 | 1 | 0 | 0.44 | 290.42 | 1 | 0.28 |
| Hex | 79 | 0 | 90 | 10 | 64 | 0 | 2C | 122 | 64 | 1C |
| Octal | 171 | 0 | 220 | 20 | 144 | 0 | 54 | 442 | 144 | 34 |
| Binary | 1111001 | 0 | 10010000 | 10000 | 1100100 | 0 | 101100 | 100100010 | 1100100 | 11100 |
Color Harmonies of #790090
Complementary color
Monochromatic Colors of #790090
Black with #790090
Text Example
Text Example
White with #790090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790090; }
p { color: rgb(121,0,144); }
H1.HeaderClassName
{
color: #790090;
}
.AnyTagClassName
{
color: #790090;
}
</style>
background-color css
<style>
a { background-color: #790090; }
a { background-color: rgb(121,0,144); }
div.DivClassName
{
background-color: #790090;
}
.BgClassName
{
background-color: #790090;
}
</style>
border-color css
<style>
span { border-color: #790090; }
span { border-color: rgb(121,0,144); }
td.TdClassName
{
border-color: #790090;
}
.TagClassName
{
border-color: #790090;
}
</style>