Shades of Seance #661971
Tints of Seance #661971
RGB
CMYK
RGB Variations
Color information
#661971 (or 0x661971) is known color: Seance. HEX triplet: 66, 19 and 71. RGB value is (102,25,113). Sum of RGB (Red+Green+Blue) = 102+25+113=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #661971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661971 is #99E68E. Grayscale: #393939. Windows color (decimal): -10086031 or 7412070. OLE color: 7412070.
HSL color Cylindrical-coordinate representation of color #661971: hue angle of 292.5º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661971 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 25 | 113 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.56 |
| HSL | 292.5º | 0.64% | 0.27% | - |
| HSV(B) | 292.5º | 0.78% | 0.44% | - |
| XYZ | 8.81 | 4.71 | 16.07 | - |
| YUV | 58.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 113 | 0.10 | 0.78 | 0 | 0.56 | 292.5 | 0.64 | 0.27 |
| Hex | 66 | 19 | 71 | A | 4E | 0 | 38 | 124 | 40 | 1B |
| Octal | 146 | 31 | 161 | 12 | 116 | 0 | 70 | 444 | 100 | 33 |
| Binary | 1100110 | 11001 | 1110001 | 1010 | 1001110 | 0 | 111000 | 100100100 | 1000000 | 11011 |
Color Harmonies of #661971
Complementary color
Monochromatic Colors of #661971
Black with #661971
Text Example
Text Example
White with #661971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661971; }
p { color: rgb(102,25,113); }
H1.HeaderClassName
{
color: #661971;
}
.AnyTagClassName
{
color: #661971;
}
</style>
background-color css
<style>
a { background-color: #661971; }
a { background-color: rgb(102,25,113); }
div.DivClassName
{
background-color: #661971;
}
.BgClassName
{
background-color: #661971;
}
</style>
border-color css
<style>
span { border-color: #661971; }
span { border-color: rgb(102,25,113); }
td.TdClassName
{
border-color: #661971;
}
.TagClassName
{
border-color: #661971;
}
</style>