Shades of Seance #61296E
Tints of Seance #61296E
RGB
CMYK
RGB Variations
Color information
#61296E (or 0x61296E) is known color: Seance. HEX triplet: 61, 29 and 6E. RGB value is (97,41,110). Sum of RGB (Red+Green+Blue) = 97+41+110=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #61296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61296E is #9ED691. Grayscale: #414141. Windows color (decimal): -10409618 or 7219553. OLE color: 7219553.
HSL color Cylindrical-coordinate representation of color #61296E: hue angle of 288.7º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61296E is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 41 | 110 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.57 |
| HSL | 288.7º | 0.46% | 0.3% | - |
| HSV(B) | 288.7º | 0.63% | 0.43% | - |
| XYZ | 8.54 | 5.25 | 15.32 | - |
| YUV | 65.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 110 | 0.12 | 0.63 | 0 | 0.57 | 288.7 | 0.46 | 0.3 |
| Hex | 61 | 29 | 6E | C | 3F | 0 | 39 | 121 | 2E | 1E |
| Octal | 141 | 51 | 156 | 14 | 77 | 0 | 71 | 441 | 56 | 36 |
| Binary | 1100001 | 101001 | 1101110 | 1100 | 111111 | 0 | 111001 | 100100001 | 101110 | 11110 |
Color Harmonies of #61296E
Complementary color
Monochromatic Colors of #61296E
Black with #61296E
Text Example
Text Example
White with #61296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61296E; }
p { color: rgb(97,41,110); }
H1.HeaderClassName
{
color: #61296E;
}
.AnyTagClassName
{
color: #61296E;
}
</style>
background-color css
<style>
a { background-color: #61296E; }
a { background-color: rgb(97,41,110); }
div.DivClassName
{
background-color: #61296E;
}
.BgClassName
{
background-color: #61296E;
}
</style>
border-color css
<style>
span { border-color: #61296E; }
span { border-color: rgb(97,41,110); }
td.TdClassName
{
border-color: #61296E;
}
.TagClassName
{
border-color: #61296E;
}
</style>