Shades of Purple #770661
Tints of Purple #770661
RGB
CMYK
RGB Variations
Color information
#770661 (or 0x770661) is known color: Purple. HEX triplet: 77, 06 and 61. RGB value is (119,6,97). Sum of RGB (Red+Green+Blue) = 119+6+97=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770661 is #88F99E. Grayscale: #313131. Windows color (decimal): -8976799 or 6358647. OLE color: 6358647.
HSL color Cylindrical-coordinate representation of color #770661: hue angle of 311.68º degrees, saturation: 0.9, 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 #770661 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 97 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.53 |
| HSL | 311.68º | 0.9% | 0.25% | - |
| HSV(B) | 311.68º | 0.95% | 0.47% | - |
| XYZ | 9.83 | 4.92 | 11.74 | - |
| YUV | 50.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 97 | 0 | 0.95 | 0.18 | 0.53 | 311.68 | 0.9 | 0.25 |
| Hex | 77 | 6 | 61 | 0 | 5F | 12 | 35 | 138 | 5A | 19 |
| Octal | 167 | 6 | 141 | 0 | 137 | 22 | 65 | 470 | 132 | 31 |
| Binary | 1110111 | 110 | 1100001 | 0 | 1011111 | 10010 | 110101 | 100111000 | 1011010 | 11001 |
Color Harmonies of #770661
Complementary color
Monochromatic Colors of #770661
Black with #770661
Text Example
Text Example
White with #770661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770661; }
p { color: rgb(119,6,97); }
H1.HeaderClassName
{
color: #770661;
}
.AnyTagClassName
{
color: #770661;
}
</style>
background-color css
<style>
a { background-color: #770661; }
a { background-color: rgb(119,6,97); }
div.DivClassName
{
background-color: #770661;
}
.BgClassName
{
background-color: #770661;
}
</style>
border-color css
<style>
span { border-color: #770661; }
span { border-color: rgb(119,6,97); }
td.TdClassName
{
border-color: #770661;
}
.TagClassName
{
border-color: #770661;
}
</style>