Shades of Seance #611A71
Tints of Seance #611A71
RGB
CMYK
RGB Variations
Color information
#611A71 (or 0x611A71) is known color: Seance. HEX triplet: 61, 1A and 71. RGB value is (97,26,113). Sum of RGB (Red+Green+Blue) = 97+26+113=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #611A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A71 is #9EE58E. Grayscale: #383838. Windows color (decimal): -10413455 or 7412321. OLE color: 7412321.
HSL color Cylindrical-coordinate representation of color #611A71: hue angle of 288.97º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611A71 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 26 | 113 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.56 |
| HSL | 288.97º | 0.63% | 0.27% | - |
| HSV(B) | 288.97º | 0.77% | 0.44% | - |
| XYZ | 8.28 | 4.47 | 16.05 | - |
| YUV | 57.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 113 | 0.14 | 0.77 | 0 | 0.56 | 288.97 | 0.63 | 0.27 |
| Hex | 61 | 1A | 71 | E | 4D | 0 | 38 | 121 | 3F | 1B |
| Octal | 141 | 32 | 161 | 16 | 115 | 0 | 70 | 441 | 77 | 33 |
| Binary | 1100001 | 11010 | 1110001 | 1110 | 1001101 | 0 | 111000 | 100100001 | 111111 | 11011 |
Color Harmonies of #611A71
Complementary color
Monochromatic Colors of #611A71
Black with #611A71
Text Example
Text Example
White with #611A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A71; }
p { color: rgb(97,26,113); }
H1.HeaderClassName
{
color: #611A71;
}
.AnyTagClassName
{
color: #611A71;
}
</style>
background-color css
<style>
a { background-color: #611A71; }
a { background-color: rgb(97,26,113); }
div.DivClassName
{
background-color: #611A71;
}
.BgClassName
{
background-color: #611A71;
}
</style>
border-color css
<style>
span { border-color: #611A71; }
span { border-color: rgb(97,26,113); }
td.TdClassName
{
border-color: #611A71;
}
.TagClassName
{
border-color: #611A71;
}
</style>