Shades of Seance #61216C
Tints of Seance #61216C
RGB
CMYK
RGB Variations
Color information
#61216C (or 0x61216C) is known color: Seance. HEX triplet: 61, 21 and 6C. RGB value is (97,33,108). Sum of RGB (Red+Green+Blue) = 97+33+108=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #61216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61216C is #9EDE93. Grayscale: #3C3C3C. Windows color (decimal): -10411668 or 7086433. OLE color: 7086433.
HSL color Cylindrical-coordinate representation of color #61216C: hue angle of 291.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61216C is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 33 | 108 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.58 |
| HSL | 291.2º | 0.53% | 0.28% | - |
| HSV(B) | 291.2º | 0.69% | 0.42% | - |
| XYZ | 8.18 | 4.71 | 14.67 | - |
| YUV | 60.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 108 | 0.10 | 0.69 | 0 | 0.58 | 291.2 | 0.53 | 0.28 |
| Hex | 61 | 21 | 6C | A | 45 | 0 | 3A | 123 | 35 | 1C |
| Octal | 141 | 41 | 154 | 12 | 105 | 0 | 72 | 443 | 65 | 34 |
| Binary | 1100001 | 100001 | 1101100 | 1010 | 1000101 | 0 | 111010 | 100100011 | 110101 | 11100 |
Color Harmonies of #61216C
Complementary color
Monochromatic Colors of #61216C
Black with #61216C
Text Example
Text Example
White with #61216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61216C; }
p { color: rgb(97,33,108); }
H1.HeaderClassName
{
color: #61216C;
}
.AnyTagClassName
{
color: #61216C;
}
</style>
background-color css
<style>
a { background-color: #61216C; }
a { background-color: rgb(97,33,108); }
div.DivClassName
{
background-color: #61216C;
}
.BgClassName
{
background-color: #61216C;
}
</style>
border-color css
<style>
span { border-color: #61216C; }
span { border-color: rgb(97,33,108); }
td.TdClassName
{
border-color: #61216C;
}
.TagClassName
{
border-color: #61216C;
}
</style>