Shades of Purple #770F79
Tints of Purple #770F79
RGB
CMYK
RGB Variations
Color information
#770F79 (or 0x770F79) is known color: Purple. HEX triplet: 77, 0F and 79. RGB value is (119,15,121). Sum of RGB (Red+Green+Blue) = 119+15+121=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #770F79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F79 is #88F086. Grayscale: #393939. Windows color (decimal): -8974471 or 7933815. OLE color: 7933815.
HSL color Cylindrical-coordinate representation of color #770F79: hue angle of 298.87º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770F79 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 121 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.53 |
| HSL | 298.87º | 0.78% | 0.27% | - |
| HSV(B) | 298.87º | 0.88% | 0.47% | - |
| XYZ | 11.23 | 5.64 | 18.59 | - |
| YUV | 58.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 121 | 0.02 | 0.88 | 0 | 0.53 | 298.87 | 0.78 | 0.27 |
| Hex | 77 | F | 79 | 2 | 58 | 0 | 35 | 12B | 4E | 1B |
| Octal | 167 | 17 | 171 | 2 | 130 | 0 | 65 | 453 | 116 | 33 |
| Binary | 1110111 | 1111 | 1111001 | 10 | 1011000 | 0 | 110101 | 100101011 | 1001110 | 11011 |
Color Harmonies of #770F79
Complementary color
Monochromatic Colors of #770F79
Black with #770F79
Text Example
Text Example
White with #770F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F79; }
p { color: rgb(119,15,121); }
H1.HeaderClassName
{
color: #770F79;
}
.AnyTagClassName
{
color: #770F79;
}
</style>
background-color css
<style>
a { background-color: #770F79; }
a { background-color: rgb(119,15,121); }
div.DivClassName
{
background-color: #770F79;
}
.BgClassName
{
background-color: #770F79;
}
</style>
border-color css
<style>
span { border-color: #770F79; }
span { border-color: rgb(119,15,121); }
td.TdClassName
{
border-color: #770F79;
}
.TagClassName
{
border-color: #770F79;
}
</style>