Shades of Seance #61197C
Tints of Seance #61197C
RGB
CMYK
RGB Variations
Color information
#61197C (or 0x61197C) is known color: Seance. HEX triplet: 61, 19 and 7C. RGB value is (97,25,124). Sum of RGB (Red+Green+Blue) = 97+25+124=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #61197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61197C is #9EE683. Grayscale: #393939. Windows color (decimal): -10413700 or 8132961. OLE color: 8132961.
HSL color Cylindrical-coordinate representation of color #61197C: hue angle of 283.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61197C is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 25 | 124 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.51 |
| HSL | 283.64º | 0.66% | 0.29% | - |
| HSV(B) | 283.64º | 0.8% | 0.49% | - |
| XYZ | 8.92 | 4.69 | 19.5 | - |
| YUV | 57.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 124 | 0.22 | 0.80 | 0 | 0.51 | 283.64 | 0.66 | 0.29 |
| Hex | 61 | 19 | 7C | 16 | 50 | 0 | 33 | 11C | 42 | 1D |
| Octal | 141 | 31 | 174 | 26 | 120 | 0 | 63 | 434 | 102 | 35 |
| Binary | 1100001 | 11001 | 1111100 | 10110 | 1010000 | 0 | 110011 | 100011100 | 1000010 | 11101 |
Color Harmonies of #61197C
Complementary color
Monochromatic Colors of #61197C
Black with #61197C
Text Example
Text Example
White with #61197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61197C; }
p { color: rgb(97,25,124); }
H1.HeaderClassName
{
color: #61197C;
}
.AnyTagClassName
{
color: #61197C;
}
</style>
background-color css
<style>
a { background-color: #61197C; }
a { background-color: rgb(97,25,124); }
div.DivClassName
{
background-color: #61197C;
}
.BgClassName
{
background-color: #61197C;
}
</style>
border-color css
<style>
span { border-color: #61197C; }
span { border-color: rgb(97,25,124); }
td.TdClassName
{
border-color: #61197C;
}
.TagClassName
{
border-color: #61197C;
}
</style>