Shades of Seance #661777
Tints of Seance #661777
RGB
CMYK
RGB Variations
Color information
#661777 (or 0x661777) is known color: Seance. HEX triplet: 66, 17 and 77. RGB value is (102,23,119). Sum of RGB (Red+Green+Blue) = 102+23+119=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #661777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661777 is #99E888. Grayscale: #393939. Windows color (decimal): -10086537 or 7804774. OLE color: 7804774.
HSL color Cylindrical-coordinate representation of color #661777: hue angle of 289.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661777 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 23 | 119 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.53 |
| HSL | 289.38º | 0.68% | 0.28% | - |
| HSV(B) | 289.38º | 0.81% | 0.47% | - |
| XYZ | 9.12 | 4.77 | 17.89 | - |
| YUV | 57.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 119 | 0.14 | 0.81 | 0 | 0.53 | 289.38 | 0.68 | 0.28 |
| Hex | 66 | 17 | 77 | E | 51 | 0 | 35 | 121 | 44 | 1C |
| Octal | 146 | 27 | 167 | 16 | 121 | 0 | 65 | 441 | 104 | 34 |
| Binary | 1100110 | 10111 | 1110111 | 1110 | 1010001 | 0 | 110101 | 100100001 | 1000100 | 11100 |
Color Harmonies of #661777
Complementary color
Monochromatic Colors of #661777
Black with #661777
Text Example
Text Example
White with #661777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661777; }
p { color: rgb(102,23,119); }
H1.HeaderClassName
{
color: #661777;
}
.AnyTagClassName
{
color: #661777;
}
</style>
background-color css
<style>
a { background-color: #661777; }
a { background-color: rgb(102,23,119); }
div.DivClassName
{
background-color: #661777;
}
.BgClassName
{
background-color: #661777;
}
</style>
border-color css
<style>
span { border-color: #661777; }
span { border-color: rgb(102,23,119); }
td.TdClassName
{
border-color: #661777;
}
.TagClassName
{
border-color: #661777;
}
</style>