Shades of Seance #61286D
Tints of Seance #61286D
RGB
CMYK
RGB Variations
Color information
#61286D (or 0x61286D) is known color: Seance. HEX triplet: 61, 28 and 6D. RGB value is (97,40,109). Sum of RGB (Red+Green+Blue) = 97+40+109=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #61286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61286D is #9ED792. Grayscale: #404040. Windows color (decimal): -10409875 or 7153761. OLE color: 7153761.
HSL color Cylindrical-coordinate representation of color #61286D: hue angle of 289.57º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61286D is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 40 | 109 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.57 |
| HSL | 289.57º | 0.46% | 0.29% | - |
| HSV(B) | 289.57º | 0.63% | 0.43% | - |
| XYZ | 8.45 | 5.16 | 15.02 | - |
| YUV | 64.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 109 | 0.11 | 0.63 | 0 | 0.57 | 289.57 | 0.46 | 0.29 |
| Hex | 61 | 28 | 6D | B | 3F | 0 | 39 | 122 | 2E | 1D |
| Octal | 141 | 50 | 155 | 13 | 77 | 0 | 71 | 442 | 56 | 35 |
| Binary | 1100001 | 101000 | 1101101 | 1011 | 111111 | 0 | 111001 | 100100010 | 101110 | 11101 |
Color Harmonies of #61286D
Complementary color
Monochromatic Colors of #61286D
Black with #61286D
Text Example
Text Example
White with #61286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61286D; }
p { color: rgb(97,40,109); }
H1.HeaderClassName
{
color: #61286D;
}
.AnyTagClassName
{
color: #61286D;
}
</style>
background-color css
<style>
a { background-color: #61286D; }
a { background-color: rgb(97,40,109); }
div.DivClassName
{
background-color: #61286D;
}
.BgClassName
{
background-color: #61286D;
}
</style>
border-color css
<style>
span { border-color: #61286D; }
span { border-color: rgb(97,40,109); }
td.TdClassName
{
border-color: #61286D;
}
.TagClassName
{
border-color: #61286D;
}
</style>