Shades of Seance #61276C
Tints of Seance #61276C
RGB
CMYK
RGB Variations
Color information
#61276C (or 0x61276C) is known color: Seance. HEX triplet: 61, 27 and 6C. RGB value is (97,39,108). Sum of RGB (Red+Green+Blue) = 97+39+108=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #61276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61276C is #9ED893. Grayscale: #3F3F3F. Windows color (decimal): -10410132 or 7087969. OLE color: 7087969.
HSL color Cylindrical-coordinate representation of color #61276C: hue angle of 290.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61276C is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 39 | 108 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.58 |
| HSL | 290.43º | 0.47% | 0.29% | - |
| HSV(B) | 290.43º | 0.64% | 0.42% | - |
| XYZ | 8.36 | 5.08 | 14.73 | - |
| YUV | 64.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 108 | 0.10 | 0.64 | 0 | 0.58 | 290.43 | 0.47 | 0.29 |
| Hex | 61 | 27 | 6C | A | 40 | 0 | 3A | 122 | 2F | 1D |
| Octal | 141 | 47 | 154 | 12 | 100 | 0 | 72 | 442 | 57 | 35 |
| Binary | 1100001 | 100111 | 1101100 | 1010 | 1000000 | 0 | 111010 | 100100010 | 101111 | 11101 |
Color Harmonies of #61276C
Complementary color
Monochromatic Colors of #61276C
Black with #61276C
Text Example
Text Example
White with #61276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61276C; }
p { color: rgb(97,39,108); }
H1.HeaderClassName
{
color: #61276C;
}
.AnyTagClassName
{
color: #61276C;
}
</style>
background-color css
<style>
a { background-color: #61276C; }
a { background-color: rgb(97,39,108); }
div.DivClassName
{
background-color: #61276C;
}
.BgClassName
{
background-color: #61276C;
}
</style>
border-color css
<style>
span { border-color: #61276C; }
span { border-color: rgb(97,39,108); }
td.TdClassName
{
border-color: #61276C;
}
.TagClassName
{
border-color: #61276C;
}
</style>