Shades of Seance #61136D
Tints of Seance #61136D
RGB
CMYK
RGB Variations
Color information
#61136D (or 0x61136D) is known color: Seance. HEX triplet: 61, 13 and 6D. RGB value is (97,19,109). Sum of RGB (Red+Green+Blue) = 97+19+109=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #61136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61136D is #9EEC92. Grayscale: #343434. Windows color (decimal): -10415251 or 7148385. OLE color: 7148385.
HSL color Cylindrical-coordinate representation of color #61136D: hue angle of 292º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #61136D is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 19 | 109 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.57 |
| HSL | 292º | 0.7% | 0.25% | - |
| HSV(B) | 292º | 0.83% | 0.43% | - |
| XYZ | 7.92 | 4.11 | 14.84 | - |
| YUV | 52.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 109 | 0.11 | 0.83 | 0 | 0.57 | 292 | 0.7 | 0.25 |
| Hex | 61 | 13 | 6D | B | 53 | 0 | 39 | 124 | 46 | 19 |
| Octal | 141 | 23 | 155 | 13 | 123 | 0 | 71 | 444 | 106 | 31 |
| Binary | 1100001 | 10011 | 1101101 | 1011 | 1010011 | 0 | 111001 | 100100100 | 1000110 | 11001 |
Color Harmonies of #61136D
Complementary color
Monochromatic Colors of #61136D
Black with #61136D
Text Example
Text Example
White with #61136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61136D; }
p { color: rgb(97,19,109); }
H1.HeaderClassName
{
color: #61136D;
}
.AnyTagClassName
{
color: #61136D;
}
</style>
background-color css
<style>
a { background-color: #61136D; }
a { background-color: rgb(97,19,109); }
div.DivClassName
{
background-color: #61136D;
}
.BgClassName
{
background-color: #61136D;
}
</style>
border-color css
<style>
span { border-color: #61136D; }
span { border-color: rgb(97,19,109); }
td.TdClassName
{
border-color: #61136D;
}
.TagClassName
{
border-color: #61136D;
}
</style>