Shades of Purple #790C77
Tints of Purple #790C77
RGB
CMYK
RGB Variations
Color information
#790C77 (or 0x790C77) is known color: Purple. HEX triplet: 79, 0C and 77. RGB value is (121,12,119). Sum of RGB (Red+Green+Blue) = 121+12+119=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #790C77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C77 is #86F388. Grayscale: #383838. Windows color (decimal): -8844169 or 7801977. OLE color: 7801977.
HSL color Cylindrical-coordinate representation of color #790C77: hue angle of 301.1º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C77 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 119 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.53 |
| HSL | 301.1º | 0.82% | 0.26% | - |
| HSV(B) | 301.1º | 0.9% | 0.47% | - |
| XYZ | 11.35 | 5.66 | 17.95 | - |
| YUV | 56.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 119 | 0 | 0.90 | 0.02 | 0.53 | 301.1 | 0.82 | 0.26 |
| Hex | 79 | C | 77 | 0 | 5A | 2 | 35 | 12D | 52 | 1A |
| Octal | 171 | 14 | 167 | 0 | 132 | 2 | 65 | 455 | 122 | 32 |
| Binary | 1111001 | 1100 | 1110111 | 0 | 1011010 | 10 | 110101 | 100101101 | 1010010 | 11010 |
Color Harmonies of #790C77
Complementary color
Monochromatic Colors of #790C77
Black with #790C77
Text Example
Text Example
White with #790C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C77; }
p { color: rgb(121,12,119); }
H1.HeaderClassName
{
color: #790C77;
}
.AnyTagClassName
{
color: #790C77;
}
</style>
background-color css
<style>
a { background-color: #790C77; }
a { background-color: rgb(121,12,119); }
div.DivClassName
{
background-color: #790C77;
}
.BgClassName
{
background-color: #790C77;
}
</style>
border-color css
<style>
span { border-color: #790C77; }
span { border-color: rgb(121,12,119); }
td.TdClassName
{
border-color: #790C77;
}
.TagClassName
{
border-color: #790C77;
}
</style>