Shades of Seance #663177
Tints of Seance #663177
RGB
CMYK
RGB Variations
Color information
#663177 (or 0x663177) is known color: Seance. HEX triplet: 66, 31 and 77. RGB value is (102,49,119). Sum of RGB (Red+Green+Blue) = 102+49+119=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #663177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663177 is #99CE88. Grayscale: #484848. Windows color (decimal): -10079881 or 7811430. OLE color: 7811430.
HSL color Cylindrical-coordinate representation of color #663177: hue angle of 285.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663177 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 49 | 119 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.53 |
| HSL | 285.43º | 0.42% | 0.33% | - |
| HSV(B) | 285.43º | 0.59% | 0.47% | - |
| XYZ | 9.91 | 6.35 | 18.16 | - |
| YUV | 72.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 119 | 0.14 | 0.59 | 0 | 0.53 | 285.43 | 0.42 | 0.33 |
| Hex | 66 | 31 | 77 | E | 3B | 0 | 35 | 11D | 2A | 21 |
| Octal | 146 | 61 | 167 | 16 | 73 | 0 | 65 | 435 | 52 | 41 |
| Binary | 1100110 | 110001 | 1110111 | 1110 | 111011 | 0 | 110101 | 100011101 | 101010 | 100001 |
Color Harmonies of #663177
Complementary color
Monochromatic Colors of #663177
Black with #663177
Text Example
Text Example
White with #663177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663177; }
p { color: rgb(102,49,119); }
H1.HeaderClassName
{
color: #663177;
}
.AnyTagClassName
{
color: #663177;
}
</style>
background-color css
<style>
a { background-color: #663177; }
a { background-color: rgb(102,49,119); }
div.DivClassName
{
background-color: #663177;
}
.BgClassName
{
background-color: #663177;
}
</style>
border-color css
<style>
span { border-color: #663177; }
span { border-color: rgb(102,49,119); }
td.TdClassName
{
border-color: #663177;
}
.TagClassName
{
border-color: #663177;
}
</style>