Shades of Seance #611F75
Tints of Seance #611F75
RGB
CMYK
RGB Variations
Color information
#611F75 (or 0x611F75) is known color: Seance. HEX triplet: 61, 1F and 75. RGB value is (97,31,117). Sum of RGB (Red+Green+Blue) = 97+31+117=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #611F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F75 is #9EE08A. Grayscale: #3C3C3C. Windows color (decimal): -10412171 or 7675745. OLE color: 7675745.
HSL color Cylindrical-coordinate representation of color #611F75: hue angle of 286.05º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611F75 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 31 | 117 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.54 |
| HSL | 286.05º | 0.58% | 0.29% | - |
| HSV(B) | 286.05º | 0.74% | 0.46% | - |
| XYZ | 8.63 | 4.81 | 17.3 | - |
| YUV | 60.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 117 | 0.17 | 0.74 | 0 | 0.54 | 286.05 | 0.58 | 0.29 |
| Hex | 61 | 1F | 75 | 11 | 4A | 0 | 36 | 11E | 3A | 1D |
| Octal | 141 | 37 | 165 | 21 | 112 | 0 | 66 | 436 | 72 | 35 |
| Binary | 1100001 | 11111 | 1110101 | 10001 | 1001010 | 0 | 110110 | 100011110 | 111010 | 11101 |
Color Harmonies of #611F75
Complementary color
Monochromatic Colors of #611F75
Black with #611F75
Text Example
Text Example
White with #611F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F75; }
p { color: rgb(97,31,117); }
H1.HeaderClassName
{
color: #611F75;
}
.AnyTagClassName
{
color: #611F75;
}
</style>
background-color css
<style>
a { background-color: #611F75; }
a { background-color: rgb(97,31,117); }
div.DivClassName
{
background-color: #611F75;
}
.BgClassName
{
background-color: #611F75;
}
</style>
border-color css
<style>
span { border-color: #611F75; }
span { border-color: rgb(97,31,117); }
td.TdClassName
{
border-color: #611F75;
}
.TagClassName
{
border-color: #611F75;
}
</style>