Shades of Seance #61286A
Tints of Seance #61286A
RGB
CMYK
RGB Variations
Color information
#61286A (or 0x61286A) is known color: Seance. HEX triplet: 61, 28 and 6A. RGB value is (97,40,106). Sum of RGB (Red+Green+Blue) = 97+40+106=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #61286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61286A is #9ED795. Grayscale: #404040. Windows color (decimal): -10409878 or 6957153. OLE color: 6957153.
HSL color Cylindrical-coordinate representation of color #61286A: hue angle of 291.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61286A is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 40 | 106 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.58 |
| HSL | 291.82º | 0.45% | 0.29% | - |
| HSV(B) | 291.82º | 0.62% | 0.42% | - |
| XYZ | 8.29 | 5.1 | 14.18 | - |
| YUV | 64.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 106 | 0.08 | 0.62 | 0 | 0.58 | 291.82 | 0.45 | 0.29 |
| Hex | 61 | 28 | 6A | 8 | 3E | 0 | 3A | 124 | 2D | 1D |
| Octal | 141 | 50 | 152 | 10 | 76 | 0 | 72 | 444 | 55 | 35 |
| Binary | 1100001 | 101000 | 1101010 | 1000 | 111110 | 0 | 111010 | 100100100 | 101101 | 11101 |
Color Harmonies of #61286A
Complementary color
Monochromatic Colors of #61286A
Black with #61286A
Text Example
Text Example
White with #61286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61286A; }
p { color: rgb(97,40,106); }
H1.HeaderClassName
{
color: #61286A;
}
.AnyTagClassName
{
color: #61286A;
}
</style>
background-color css
<style>
a { background-color: #61286A; }
a { background-color: rgb(97,40,106); }
div.DivClassName
{
background-color: #61286A;
}
.BgClassName
{
background-color: #61286A;
}
</style>
border-color css
<style>
span { border-color: #61286A; }
span { border-color: rgb(97,40,106); }
td.TdClassName
{
border-color: #61286A;
}
.TagClassName
{
border-color: #61286A;
}
</style>