Shades of Purple #770679
Tints of Purple #770679
RGB
CMYK
RGB Variations
Color information
#770679 (or 0x770679) is known color: Purple. HEX triplet: 77, 06 and 79. RGB value is (119,6,121). Sum of RGB (Red+Green+Blue) = 119+6+121=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #770679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770679 is #88F986. Grayscale: #343434. Windows color (decimal): -8976775 or 7931511. OLE color: 7931511.
HSL color Cylindrical-coordinate representation of color #770679: hue angle of 298.96º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770679 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 121 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.53 |
| HSL | 298.96º | 0.91% | 0.25% | - |
| HSV(B) | 298.96º | 0.95% | 0.47% | - |
| XYZ | 11.12 | 5.43 | 18.55 | - |
| YUV | 52.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 121 | 0.02 | 0.95 | 0 | 0.53 | 298.96 | 0.91 | 0.25 |
| Hex | 77 | 6 | 79 | 2 | 5F | 0 | 35 | 12B | 5B | 19 |
| Octal | 167 | 6 | 171 | 2 | 137 | 0 | 65 | 453 | 133 | 31 |
| Binary | 1110111 | 110 | 1111001 | 10 | 1011111 | 0 | 110101 | 100101011 | 1011011 | 11001 |
Color Harmonies of #770679
Complementary color
Monochromatic Colors of #770679
Black with #770679
Text Example
Text Example
White with #770679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770679; }
p { color: rgb(119,6,121); }
H1.HeaderClassName
{
color: #770679;
}
.AnyTagClassName
{
color: #770679;
}
</style>
background-color css
<style>
a { background-color: #770679; }
a { background-color: rgb(119,6,121); }
div.DivClassName
{
background-color: #770679;
}
.BgClassName
{
background-color: #770679;
}
</style>
border-color css
<style>
span { border-color: #770679; }
span { border-color: rgb(119,6,121); }
td.TdClassName
{
border-color: #770679;
}
.TagClassName
{
border-color: #770679;
}
</style>