Shades of Seance #61196A
Tints of Seance #61196A
RGB
CMYK
RGB Variations
Color information
#61196A (or 0x61196A) is known color: Seance. HEX triplet: 61, 19 and 6A. RGB value is (97,25,106). Sum of RGB (Red+Green+Blue) = 97+25+106=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #61196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61196A is #9EE695. Grayscale: #373737. Windows color (decimal): -10413718 or 6953313. OLE color: 6953313.
HSL color Cylindrical-coordinate representation of color #61196A: hue angle of 293.33º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61196A is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 25 | 106 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.58 |
| HSL | 293.33º | 0.62% | 0.26% | - |
| HSV(B) | 293.33º | 0.76% | 0.42% | - |
| XYZ | 7.88 | 4.28 | 14.05 | - |
| YUV | 55.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 106 | 0.08 | 0.76 | 0 | 0.58 | 293.33 | 0.62 | 0.26 |
| Hex | 61 | 19 | 6A | 8 | 4C | 0 | 3A | 125 | 3E | 1A |
| Octal | 141 | 31 | 152 | 10 | 114 | 0 | 72 | 445 | 76 | 32 |
| Binary | 1100001 | 11001 | 1101010 | 1000 | 1001100 | 0 | 111010 | 100100101 | 111110 | 11010 |
Color Harmonies of #61196A
Complementary color
Monochromatic Colors of #61196A
Black with #61196A
Text Example
Text Example
White with #61196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61196A; }
p { color: rgb(97,25,106); }
H1.HeaderClassName
{
color: #61196A;
}
.AnyTagClassName
{
color: #61196A;
}
</style>
background-color css
<style>
a { background-color: #61196A; }
a { background-color: rgb(97,25,106); }
div.DivClassName
{
background-color: #61196A;
}
.BgClassName
{
background-color: #61196A;
}
</style>
border-color css
<style>
span { border-color: #61196A; }
span { border-color: rgb(97,25,106); }
td.TdClassName
{
border-color: #61196A;
}
.TagClassName
{
border-color: #61196A;
}
</style>