Shades of Seance #662079
Tints of Seance #662079
RGB
CMYK
RGB Variations
Color information
#662079 (or 0x662079) is known color: Seance. HEX triplet: 66, 20 and 79. RGB value is (102,32,121). Sum of RGB (Red+Green+Blue) = 102+32+121=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #662079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662079 is #99DF86. Grayscale: #3E3E3E. Windows color (decimal): -10084231 or 7938150. OLE color: 7938150.
HSL color Cylindrical-coordinate representation of color #662079: hue angle of 287.19º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662079 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 32 | 121 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.53 |
| HSL | 287.19º | 0.58% | 0.3% | - |
| HSV(B) | 287.19º | 0.74% | 0.47% | - |
| XYZ | 9.45 | 5.24 | 18.6 | - |
| YUV | 63.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 121 | 0.16 | 0.74 | 0 | 0.53 | 287.19 | 0.58 | 0.3 |
| Hex | 66 | 20 | 79 | 10 | 4A | 0 | 35 | 11F | 3A | 1E |
| Octal | 146 | 40 | 171 | 20 | 112 | 0 | 65 | 437 | 72 | 36 |
| Binary | 1100110 | 100000 | 1111001 | 10000 | 1001010 | 0 | 110101 | 100011111 | 111010 | 11110 |
Color Harmonies of #662079
Complementary color
Monochromatic Colors of #662079
Black with #662079
Text Example
Text Example
White with #662079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662079; }
p { color: rgb(102,32,121); }
H1.HeaderClassName
{
color: #662079;
}
.AnyTagClassName
{
color: #662079;
}
</style>
background-color css
<style>
a { background-color: #662079; }
a { background-color: rgb(102,32,121); }
div.DivClassName
{
background-color: #662079;
}
.BgClassName
{
background-color: #662079;
}
</style>
border-color css
<style>
span { border-color: #662079; }
span { border-color: rgb(102,32,121); }
td.TdClassName
{
border-color: #662079;
}
.TagClassName
{
border-color: #662079;
}
</style>