Shades of Seance #61296D
Tints of Seance #61296D
RGB
CMYK
RGB Variations
Color information
#61296D (or 0x61296D) is known color: Seance. HEX triplet: 61, 29 and 6D. RGB value is (97,41,109). Sum of RGB (Red+Green+Blue) = 97+41+109=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #61296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61296D is #9ED692. Grayscale: #414141. Windows color (decimal): -10409619 or 7154017. OLE color: 7154017.
HSL color Cylindrical-coordinate representation of color #61296D: hue angle of 289.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61296D is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 41 | 109 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.57 |
| HSL | 289.41º | 0.45% | 0.29% | - |
| HSV(B) | 289.41º | 0.62% | 0.43% | - |
| XYZ | 8.48 | 5.23 | 15.03 | - |
| YUV | 65.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 109 | 0.11 | 0.62 | 0 | 0.57 | 289.41 | 0.45 | 0.29 |
| Hex | 61 | 29 | 6D | B | 3E | 0 | 39 | 121 | 2D | 1D |
| Octal | 141 | 51 | 155 | 13 | 76 | 0 | 71 | 441 | 55 | 35 |
| Binary | 1100001 | 101001 | 1101101 | 1011 | 111110 | 0 | 111001 | 100100001 | 101101 | 11101 |
Color Harmonies of #61296D
Complementary color
Monochromatic Colors of #61296D
Black with #61296D
Text Example
Text Example
White with #61296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61296D; }
p { color: rgb(97,41,109); }
H1.HeaderClassName
{
color: #61296D;
}
.AnyTagClassName
{
color: #61296D;
}
</style>
background-color css
<style>
a { background-color: #61296D; }
a { background-color: rgb(97,41,109); }
div.DivClassName
{
background-color: #61296D;
}
.BgClassName
{
background-color: #61296D;
}
</style>
border-color css
<style>
span { border-color: #61296D; }
span { border-color: rgb(97,41,109); }
td.TdClassName
{
border-color: #61296D;
}
.TagClassName
{
border-color: #61296D;
}
</style>