Shades of Seance #611E70
Tints of Seance #611E70
RGB
CMYK
RGB Variations
Color information
#611E70 (or 0x611E70) is known color: Seance. HEX triplet: 61, 1E and 70. RGB value is (97,30,112). Sum of RGB (Red+Green+Blue) = 97+30+112=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #611E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E70 is #9EE18F. Grayscale: #3B3B3B. Windows color (decimal): -10412432 or 7347809. OLE color: 7347809.
HSL color Cylindrical-coordinate representation of color #611E70: hue angle of 289.02º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611E70 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 30 | 112 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.56 |
| HSL | 289.02º | 0.58% | 0.28% | - |
| HSV(B) | 289.02º | 0.73% | 0.44% | - |
| XYZ | 8.32 | 4.64 | 15.79 | - |
| YUV | 59.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 112 | 0.13 | 0.73 | 0 | 0.56 | 289.02 | 0.58 | 0.28 |
| Hex | 61 | 1E | 70 | D | 49 | 0 | 38 | 121 | 3A | 1C |
| Octal | 141 | 36 | 160 | 15 | 111 | 0 | 70 | 441 | 72 | 34 |
| Binary | 1100001 | 11110 | 1110000 | 1101 | 1001001 | 0 | 111000 | 100100001 | 111010 | 11100 |
Color Harmonies of #611E70
Complementary color
Monochromatic Colors of #611E70
Black with #611E70
Text Example
Text Example
White with #611E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E70; }
p { color: rgb(97,30,112); }
H1.HeaderClassName
{
color: #611E70;
}
.AnyTagClassName
{
color: #611E70;
}
</style>
background-color css
<style>
a { background-color: #611E70; }
a { background-color: rgb(97,30,112); }
div.DivClassName
{
background-color: #611E70;
}
.BgClassName
{
background-color: #611E70;
}
</style>
border-color css
<style>
span { border-color: #611E70; }
span { border-color: rgb(97,30,112); }
td.TdClassName
{
border-color: #611E70;
}
.TagClassName
{
border-color: #611E70;
}
</style>