Shades of Purple #770666
Tints of Purple #770666
RGB
CMYK
RGB Variations
Color information
#770666 (or 0x770666) is known color: Purple. HEX triplet: 77, 06 and 66. RGB value is (119,6,102). Sum of RGB (Red+Green+Blue) = 119+6+102=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #770666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770666 is #88F999. Grayscale: #323232. Windows color (decimal): -8976794 or 6686327. OLE color: 6686327.
HSL color Cylindrical-coordinate representation of color #770666: hue angle of 309.03º 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 #770666 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 102 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.53 |
| HSL | 309.03º | 0.9% | 0.25% | - |
| HSV(B) | 309.03º | 0.95% | 0.47% | - |
| XYZ | 10.07 | 5.01 | 13.01 | - |
| YUV | 50.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 102 | 0 | 0.95 | 0.14 | 0.53 | 309.03 | 0.9 | 0.25 |
| Hex | 77 | 6 | 66 | 0 | 5F | E | 35 | 135 | 5A | 19 |
| Octal | 167 | 6 | 146 | 0 | 137 | 16 | 65 | 465 | 132 | 31 |
| Binary | 1110111 | 110 | 1100110 | 0 | 1011111 | 1110 | 110101 | 100110101 | 1011010 | 11001 |
Color Harmonies of #770666
Complementary color
Monochromatic Colors of #770666
Black with #770666
Text Example
Text Example
White with #770666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770666; }
p { color: rgb(119,6,102); }
H1.HeaderClassName
{
color: #770666;
}
.AnyTagClassName
{
color: #770666;
}
</style>
background-color css
<style>
a { background-color: #770666; }
a { background-color: rgb(119,6,102); }
div.DivClassName
{
background-color: #770666;
}
.BgClassName
{
background-color: #770666;
}
</style>
border-color css
<style>
span { border-color: #770666; }
span { border-color: rgb(119,6,102); }
td.TdClassName
{
border-color: #770666;
}
.TagClassName
{
border-color: #770666;
}
</style>