Shades of Seance #611C70
Tints of Seance #611C70
RGB
CMYK
RGB Variations
Color information
#611C70 (or 0x611C70) is known color: Seance. HEX triplet: 61, 1C and 70. RGB value is (97,28,112). Sum of RGB (Red+Green+Blue) = 97+28+112=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #611C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C70 is #9EE38F. Grayscale: #393939. Windows color (decimal): -10412944 or 7347297. OLE color: 7347297.
HSL color Cylindrical-coordinate representation of color #611C70: hue angle of 289.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611C70 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 28 | 112 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.56 |
| HSL | 289.29º | 0.6% | 0.27% | - |
| HSV(B) | 289.29º | 0.75% | 0.44% | - |
| XYZ | 8.27 | 4.54 | 15.77 | - |
| YUV | 58.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 112 | 0.13 | 0.75 | 0 | 0.56 | 289.29 | 0.6 | 0.27 |
| Hex | 61 | 1C | 70 | D | 4B | 0 | 38 | 121 | 3C | 1B |
| Octal | 141 | 34 | 160 | 15 | 113 | 0 | 70 | 441 | 74 | 33 |
| Binary | 1100001 | 11100 | 1110000 | 1101 | 1001011 | 0 | 111000 | 100100001 | 111100 | 11011 |
Color Harmonies of #611C70
Complementary color
Monochromatic Colors of #611C70
Black with #611C70
Text Example
Text Example
White with #611C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C70; }
p { color: rgb(97,28,112); }
H1.HeaderClassName
{
color: #611C70;
}
.AnyTagClassName
{
color: #611C70;
}
</style>
background-color css
<style>
a { background-color: #611C70; }
a { background-color: rgb(97,28,112); }
div.DivClassName
{
background-color: #611C70;
}
.BgClassName
{
background-color: #611C70;
}
</style>
border-color css
<style>
span { border-color: #611C70; }
span { border-color: rgb(97,28,112); }
td.TdClassName
{
border-color: #611C70;
}
.TagClassName
{
border-color: #611C70;
}
</style>