Shades of Seance #61276D
Tints of Seance #61276D
RGB
CMYK
RGB Variations
Color information
#61276D (or 0x61276D) is known color: Seance. HEX triplet: 61, 27 and 6D. RGB value is (97,39,109). Sum of RGB (Red+Green+Blue) = 97+39+109=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #61276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61276D is #9ED892. Grayscale: #404040. Windows color (decimal): -10410131 or 7153505. OLE color: 7153505.
HSL color Cylindrical-coordinate representation of color #61276D: hue angle of 289.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61276D is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 39 | 109 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.57 |
| HSL | 289.71º | 0.47% | 0.29% | - |
| HSV(B) | 289.71º | 0.64% | 0.43% | - |
| XYZ | 8.42 | 5.1 | 15.01 | - |
| YUV | 64.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 109 | 0.11 | 0.64 | 0 | 0.57 | 289.71 | 0.47 | 0.29 |
| Hex | 61 | 27 | 6D | B | 40 | 0 | 39 | 122 | 2F | 1D |
| Octal | 141 | 47 | 155 | 13 | 100 | 0 | 71 | 442 | 57 | 35 |
| Binary | 1100001 | 100111 | 1101101 | 1011 | 1000000 | 0 | 111001 | 100100010 | 101111 | 11101 |
Color Harmonies of #61276D
Complementary color
Monochromatic Colors of #61276D
Black with #61276D
Text Example
Text Example
White with #61276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61276D; }
p { color: rgb(97,39,109); }
H1.HeaderClassName
{
color: #61276D;
}
.AnyTagClassName
{
color: #61276D;
}
</style>
background-color css
<style>
a { background-color: #61276D; }
a { background-color: rgb(97,39,109); }
div.DivClassName
{
background-color: #61276D;
}
.BgClassName
{
background-color: #61276D;
}
</style>
border-color css
<style>
span { border-color: #61276D; }
span { border-color: rgb(97,39,109); }
td.TdClassName
{
border-color: #61276D;
}
.TagClassName
{
border-color: #61276D;
}
</style>