Shades of Seance #662979
Tints of Seance #662979
RGB
CMYK
RGB Variations
Color information
#662979 (or 0x662979) is known color: Seance. HEX triplet: 66, 29 and 79. RGB value is (102,41,121). Sum of RGB (Red+Green+Blue) = 102+41+121=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #662979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662979 is #99D686. Grayscale: #444444. Windows color (decimal): -10081927 or 7940454. OLE color: 7940454.
HSL color Cylindrical-coordinate representation of color #662979: hue angle of 285.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662979 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 41 | 121 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.53 |
| HSL | 285.75º | 0.49% | 0.32% | - |
| HSV(B) | 285.75º | 0.66% | 0.47% | - |
| XYZ | 9.72 | 5.79 | 18.69 | - |
| YUV | 68.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 121 | 0.16 | 0.66 | 0 | 0.53 | 285.75 | 0.49 | 0.32 |
| Hex | 66 | 29 | 79 | 10 | 42 | 0 | 35 | 11E | 31 | 20 |
| Octal | 146 | 51 | 171 | 20 | 102 | 0 | 65 | 436 | 61 | 40 |
| Binary | 1100110 | 101001 | 1111001 | 10000 | 1000010 | 0 | 110101 | 100011110 | 110001 | 100000 |
Color Harmonies of #662979
Complementary color
Monochromatic Colors of #662979
Black with #662979
Text Example
Text Example
White with #662979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662979; }
p { color: rgb(102,41,121); }
H1.HeaderClassName
{
color: #662979;
}
.AnyTagClassName
{
color: #662979;
}
</style>
background-color css
<style>
a { background-color: #662979; }
a { background-color: rgb(102,41,121); }
div.DivClassName
{
background-color: #662979;
}
.BgClassName
{
background-color: #662979;
}
</style>
border-color css
<style>
span { border-color: #662979; }
span { border-color: rgb(102,41,121); }
td.TdClassName
{
border-color: #662979;
}
.TagClassName
{
border-color: #662979;
}
</style>