Shades of Seance #61196D
Tints of Seance #61196D
RGB
CMYK
RGB Variations
Color information
#61196D (or 0x61196D) is known color: Seance. HEX triplet: 61, 19 and 6D. RGB value is (97,25,109). Sum of RGB (Red+Green+Blue) = 97+25+109=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #61196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61196D is #9EE692. Grayscale: #373737. Windows color (decimal): -10413715 or 7149921. OLE color: 7149921.
HSL color Cylindrical-coordinate representation of color #61196D: hue angle of 291.43º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61196D is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 25 | 109 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.57 |
| HSL | 291.43º | 0.63% | 0.26% | - |
| HSV(B) | 291.43º | 0.77% | 0.43% | - |
| XYZ | 8.04 | 4.34 | 14.88 | - |
| YUV | 56.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 109 | 0.11 | 0.77 | 0 | 0.57 | 291.43 | 0.63 | 0.26 |
| Hex | 61 | 19 | 6D | B | 4D | 0 | 39 | 123 | 3F | 1A |
| Octal | 141 | 31 | 155 | 13 | 115 | 0 | 71 | 443 | 77 | 32 |
| Binary | 1100001 | 11001 | 1101101 | 1011 | 1001101 | 0 | 111001 | 100100011 | 111111 | 11010 |
Color Harmonies of #61196D
Complementary color
Monochromatic Colors of #61196D
Black with #61196D
Text Example
Text Example
White with #61196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61196D; }
p { color: rgb(97,25,109); }
H1.HeaderClassName
{
color: #61196D;
}
.AnyTagClassName
{
color: #61196D;
}
</style>
background-color css
<style>
a { background-color: #61196D; }
a { background-color: rgb(97,25,109); }
div.DivClassName
{
background-color: #61196D;
}
.BgClassName
{
background-color: #61196D;
}
</style>
border-color css
<style>
span { border-color: #61196D; }
span { border-color: rgb(97,25,109); }
td.TdClassName
{
border-color: #61196D;
}
.TagClassName
{
border-color: #61196D;
}
</style>