Shades of Seance #610E70
Tints of Seance #610E70
RGB
CMYK
RGB Variations
Color information
#610E70 (or 0x610E70) is known color: Seance. HEX triplet: 61, 0E and 70. RGB value is (97,14,112). Sum of RGB (Red+Green+Blue) = 97+14+112=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #610E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E70 is #9EF18F. Grayscale: #313131. Windows color (decimal): -10416528 or 7343713. OLE color: 7343713.
HSL color Cylindrical-coordinate representation of color #610E70: hue angle of 290.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610E70 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 14 | 112 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.56 |
| HSL | 290.82º | 0.78% | 0.25% | - |
| HSV(B) | 290.82º | 0.88% | 0.44% | - |
| XYZ | 8.01 | 4.03 | 15.68 | - |
| YUV | 49.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 112 | 0.13 | 0.88 | 0 | 0.56 | 290.82 | 0.78 | 0.25 |
| Hex | 61 | E | 70 | D | 58 | 0 | 38 | 123 | 4E | 19 |
| Octal | 141 | 16 | 160 | 15 | 130 | 0 | 70 | 443 | 116 | 31 |
| Binary | 1100001 | 1110 | 1110000 | 1101 | 1011000 | 0 | 111000 | 100100011 | 1001110 | 11001 |
Color Harmonies of #610E70
Complementary color
Monochromatic Colors of #610E70
Black with #610E70
Text Example
Text Example
White with #610E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E70; }
p { color: rgb(97,14,112); }
H1.HeaderClassName
{
color: #610E70;
}
.AnyTagClassName
{
color: #610E70;
}
</style>
background-color css
<style>
a { background-color: #610E70; }
a { background-color: rgb(97,14,112); }
div.DivClassName
{
background-color: #610E70;
}
.BgClassName
{
background-color: #610E70;
}
</style>
border-color css
<style>
span { border-color: #610E70; }
span { border-color: rgb(97,14,112); }
td.TdClassName
{
border-color: #610E70;
}
.TagClassName
{
border-color: #610E70;
}
</style>