Shades of Seance #61196C
Tints of Seance #61196C
RGB
CMYK
RGB Variations
Color information
#61196C (or 0x61196C) is known color: Seance. HEX triplet: 61, 19 and 6C. RGB value is (97,25,108). Sum of RGB (Red+Green+Blue) = 97+25+108=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #61196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61196C is #9EE693. Grayscale: #373737. Windows color (decimal): -10413716 or 7084385. OLE color: 7084385.
HSL color Cylindrical-coordinate representation of color #61196C: hue angle of 292.05º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61196C is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 25 | 108 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.58 |
| HSL | 292.05º | 0.62% | 0.26% | - |
| HSV(B) | 292.05º | 0.77% | 0.42% | - |
| XYZ | 7.98 | 4.32 | 14.6 | - |
| YUV | 55.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 108 | 0.10 | 0.77 | 0 | 0.58 | 292.05 | 0.62 | 0.26 |
| Hex | 61 | 19 | 6C | A | 4D | 0 | 3A | 124 | 3E | 1A |
| Octal | 141 | 31 | 154 | 12 | 115 | 0 | 72 | 444 | 76 | 32 |
| Binary | 1100001 | 11001 | 1101100 | 1010 | 1001101 | 0 | 111010 | 100100100 | 111110 | 11010 |
Color Harmonies of #61196C
Complementary color
Monochromatic Colors of #61196C
Black with #61196C
Text Example
Text Example
White with #61196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61196C; }
p { color: rgb(97,25,108); }
H1.HeaderClassName
{
color: #61196C;
}
.AnyTagClassName
{
color: #61196C;
}
</style>
background-color css
<style>
a { background-color: #61196C; }
a { background-color: rgb(97,25,108); }
div.DivClassName
{
background-color: #61196C;
}
.BgClassName
{
background-color: #61196C;
}
</style>
border-color css
<style>
span { border-color: #61196C; }
span { border-color: rgb(97,25,108); }
td.TdClassName
{
border-color: #61196C;
}
.TagClassName
{
border-color: #61196C;
}
</style>