Shades of Purple #660777
Tints of Purple #660777
RGB
CMYK
RGB Variations
Color information
#660777 (or 0x660777) is known color: Purple. HEX triplet: 66, 07 and 77. RGB value is (102,7,119). Sum of RGB (Red+Green+Blue) = 102+7+119=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #660777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660777 is #99F888. Grayscale: #2F2F2F. Windows color (decimal): -10090633 or 7800678. OLE color: 7800678.
HSL color Cylindrical-coordinate representation of color #660777: hue angle of 290.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660777 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 7 | 119 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.53 |
| HSL | 290.89º | 0.89% | 0.25% | - |
| HSV(B) | 290.89º | 0.94% | 0.47% | - |
| XYZ | 8.89 | 4.31 | 17.82 | - |
| YUV | 48.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 119 | 0.14 | 0.94 | 0 | 0.53 | 290.89 | 0.89 | 0.25 |
| Hex | 66 | 7 | 77 | E | 5E | 0 | 35 | 123 | 59 | 19 |
| Octal | 146 | 7 | 167 | 16 | 136 | 0 | 65 | 443 | 131 | 31 |
| Binary | 1100110 | 111 | 1110111 | 1110 | 1011110 | 0 | 110101 | 100100011 | 1011001 | 11001 |
Color Harmonies of #660777
Complementary color
Monochromatic Colors of #660777
Black with #660777
Text Example
Text Example
White with #660777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660777; }
p { color: rgb(102,7,119); }
H1.HeaderClassName
{
color: #660777;
}
.AnyTagClassName
{
color: #660777;
}
</style>
background-color css
<style>
a { background-color: #660777; }
a { background-color: rgb(102,7,119); }
div.DivClassName
{
background-color: #660777;
}
.BgClassName
{
background-color: #660777;
}
</style>
border-color css
<style>
span { border-color: #660777; }
span { border-color: rgb(102,7,119); }
td.TdClassName
{
border-color: #660777;
}
.TagClassName
{
border-color: #660777;
}
</style>