Shades of Purple #790077
Tints of Purple #790077
RGB
CMYK
RGB Variations
Color information
#790077 (or 0x790077) is known color: Purple. HEX triplet: 79, 00 and 77. RGB value is (121,0,119). Sum of RGB (Red+Green+Blue) = 121+0+119=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #790077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790077 is #86FF88. Grayscale: #313131. Windows color (decimal): -8847241 or 7798905. OLE color: 7798905.
HSL color Cylindrical-coordinate representation of color #790077: hue angle of 300.99º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790077 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.02 | 0.53 |
| HSL | 300.99º | 1% | 0.24% | - |
| HSV(B) | 300.99º | 1% | 0.47% | - |
| XYZ | 11.21 | 5.4 | 17.9 | - |
| YUV | 49.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 119 | 0 | 1 | 0.02 | 0.53 | 300.99 | 1 | 0.24 |
| Hex | 79 | 0 | 77 | 0 | 64 | 2 | 35 | 12D | 64 | 18 |
| Octal | 171 | 0 | 167 | 0 | 144 | 2 | 65 | 455 | 144 | 30 |
| Binary | 1111001 | 0 | 1110111 | 0 | 1100100 | 10 | 110101 | 100101101 | 1100100 | 11000 |
Color Harmonies of #790077
Complementary color
Monochromatic Colors of #790077
Black with #790077
Text Example
Text Example
White with #790077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790077; }
p { color: rgb(121,0,119); }
H1.HeaderClassName
{
color: #790077;
}
.AnyTagClassName
{
color: #790077;
}
</style>
background-color css
<style>
a { background-color: #790077; }
a { background-color: rgb(121,0,119); }
div.DivClassName
{
background-color: #790077;
}
.BgClassName
{
background-color: #790077;
}
</style>
border-color css
<style>
span { border-color: #790077; }
span { border-color: rgb(121,0,119); }
td.TdClassName
{
border-color: #790077;
}
.TagClassName
{
border-color: #790077;
}
</style>