Shades of Seance #663771
Tints of Seance #663771
RGB
CMYK
RGB Variations
Color information
#663771 (or 0x663771) is known color: Seance. HEX triplet: 66, 37 and 71. RGB value is (102,55,113). Sum of RGB (Red+Green+Blue) = 102+55+113=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #663771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663771 is #99C88E. Grayscale: #4B4B4B. Windows color (decimal): -10078351 or 7419750. OLE color: 7419750.
HSL color Cylindrical-coordinate representation of color #663771: hue angle of 288.62º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663771 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 55 | 113 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.56 |
| HSL | 288.62º | 0.35% | 0.33% | - |
| HSV(B) | 288.62º | 0.51% | 0.44% | - |
| XYZ | 9.83 | 6.75 | 16.41 | - |
| YUV | 75.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 113 | 0.10 | 0.51 | 0 | 0.56 | 288.62 | 0.35 | 0.33 |
| Hex | 66 | 37 | 71 | A | 33 | 0 | 38 | 121 | 23 | 21 |
| Octal | 146 | 67 | 161 | 12 | 63 | 0 | 70 | 441 | 43 | 41 |
| Binary | 1100110 | 110111 | 1110001 | 1010 | 110011 | 0 | 111000 | 100100001 | 100011 | 100001 |
Color Harmonies of #663771
Complementary color
Monochromatic Colors of #663771
Black with #663771
Text Example
Text Example
White with #663771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663771; }
p { color: rgb(102,55,113); }
H1.HeaderClassName
{
color: #663771;
}
.AnyTagClassName
{
color: #663771;
}
</style>
background-color css
<style>
a { background-color: #663771; }
a { background-color: rgb(102,55,113); }
div.DivClassName
{
background-color: #663771;
}
.BgClassName
{
background-color: #663771;
}
</style>
border-color css
<style>
span { border-color: #663771; }
span { border-color: rgb(102,55,113); }
td.TdClassName
{
border-color: #663771;
}
.TagClassName
{
border-color: #663771;
}
</style>