Shades of Seance #611D79
Tints of Seance #611D79
RGB
CMYK
RGB Variations
Color information
#611D79 (or 0x611D79) is known color: Seance. HEX triplet: 61, 1D and 79. RGB value is (97,29,121). Sum of RGB (Red+Green+Blue) = 97+29+121=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #611D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D79 is #9EE286. Grayscale: #3B3B3B. Windows color (decimal): -10412679 or 7937377. OLE color: 7937377.
HSL color Cylindrical-coordinate representation of color #611D79: hue angle of 284.35º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611D79 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 29 | 121 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.53 |
| HSL | 284.35º | 0.61% | 0.29% | - |
| HSV(B) | 284.35º | 0.76% | 0.47% | - |
| XYZ | 8.82 | 4.8 | 18.55 | - |
| YUV | 59.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 121 | 0.20 | 0.76 | 0 | 0.53 | 284.35 | 0.61 | 0.29 |
| Hex | 61 | 1D | 79 | 14 | 4C | 0 | 35 | 11C | 3D | 1D |
| Octal | 141 | 35 | 171 | 24 | 114 | 0 | 65 | 434 | 75 | 35 |
| Binary | 1100001 | 11101 | 1111001 | 10100 | 1001100 | 0 | 110101 | 100011100 | 111101 | 11101 |
Color Harmonies of #611D79
Complementary color
Monochromatic Colors of #611D79
Black with #611D79
Text Example
Text Example
White with #611D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D79; }
p { color: rgb(97,29,121); }
H1.HeaderClassName
{
color: #611D79;
}
.AnyTagClassName
{
color: #611D79;
}
</style>
background-color css
<style>
a { background-color: #611D79; }
a { background-color: rgb(97,29,121); }
div.DivClassName
{
background-color: #611D79;
}
.BgClassName
{
background-color: #611D79;
}
</style>
border-color css
<style>
span { border-color: #611D79; }
span { border-color: rgb(97,29,121); }
td.TdClassName
{
border-color: #611D79;
}
.TagClassName
{
border-color: #611D79;
}
</style>