Shades of Seance #61246D
Tints of Seance #61246D
RGB
CMYK
RGB Variations
Color information
#61246D (or 0x61246D) is known color: Seance. HEX triplet: 61, 24 and 6D. RGB value is (97,36,109). Sum of RGB (Red+Green+Blue) = 97+36+109=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #61246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61246D is #9EDB92. Grayscale: #3E3E3E. Windows color (decimal): -10410899 or 7152737. OLE color: 7152737.
HSL color Cylindrical-coordinate representation of color #61246D: hue angle of 290.14º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61246D is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 36 | 109 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.57 |
| HSL | 290.14º | 0.5% | 0.28% | - |
| HSV(B) | 290.14º | 0.67% | 0.43% | - |
| XYZ | 8.32 | 4.91 | 14.98 | - |
| YUV | 62.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 109 | 0.11 | 0.67 | 0 | 0.57 | 290.14 | 0.5 | 0.28 |
| Hex | 61 | 24 | 6D | B | 43 | 0 | 39 | 122 | 32 | 1C |
| Octal | 141 | 44 | 155 | 13 | 103 | 0 | 71 | 442 | 62 | 34 |
| Binary | 1100001 | 100100 | 1101101 | 1011 | 1000011 | 0 | 111001 | 100100010 | 110010 | 11100 |
Color Harmonies of #61246D
Complementary color
Monochromatic Colors of #61246D
Black with #61246D
Text Example
Text Example
White with #61246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61246D; }
p { color: rgb(97,36,109); }
H1.HeaderClassName
{
color: #61246D;
}
.AnyTagClassName
{
color: #61246D;
}
</style>
background-color css
<style>
a { background-color: #61246D; }
a { background-color: rgb(97,36,109); }
div.DivClassName
{
background-color: #61246D;
}
.BgClassName
{
background-color: #61246D;
}
</style>
border-color css
<style>
span { border-color: #61246D; }
span { border-color: rgb(97,36,109); }
td.TdClassName
{
border-color: #61246D;
}
.TagClassName
{
border-color: #61246D;
}
</style>