Shades of Seance #661171
Tints of Seance #661171
RGB
CMYK
RGB Variations
Color information
#661171 (or 0x661171) is known color: Seance. HEX triplet: 66, 11 and 71. RGB value is (102,17,113). Sum of RGB (Red+Green+Blue) = 102+17+113=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #661171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661171 is #99EE8E. Grayscale: #353535. Windows color (decimal): -10088079 or 7410022. OLE color: 7410022.
HSL color Cylindrical-coordinate representation of color #661171: hue angle of 293.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661171 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 17 | 113 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.56 |
| HSL | 293.13º | 0.74% | 0.25% | - |
| HSV(B) | 293.13º | 0.85% | 0.44% | - |
| XYZ | 8.66 | 4.42 | 16.02 | - |
| YUV | 53.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 113 | 0.10 | 0.85 | 0 | 0.56 | 293.13 | 0.74 | 0.25 |
| Hex | 66 | 11 | 71 | A | 55 | 0 | 38 | 125 | 4A | 19 |
| Octal | 146 | 21 | 161 | 12 | 125 | 0 | 70 | 445 | 112 | 31 |
| Binary | 1100110 | 10001 | 1110001 | 1010 | 1010101 | 0 | 111000 | 100100101 | 1001010 | 11001 |
Color Harmonies of #661171
Complementary color
Monochromatic Colors of #661171
Black with #661171
Text Example
Text Example
White with #661171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661171; }
p { color: rgb(102,17,113); }
H1.HeaderClassName
{
color: #661171;
}
.AnyTagClassName
{
color: #661171;
}
</style>
background-color css
<style>
a { background-color: #661171; }
a { background-color: rgb(102,17,113); }
div.DivClassName
{
background-color: #661171;
}
.BgClassName
{
background-color: #661171;
}
</style>
border-color css
<style>
span { border-color: #661171; }
span { border-color: rgb(102,17,113); }
td.TdClassName
{
border-color: #661171;
}
.TagClassName
{
border-color: #661171;
}
</style>