Shades of Seance #612964
Tints of Seance #612964
RGB
CMYK
RGB Variations
Color information
#612964 (or 0x612964) is known color: Seance. HEX triplet: 61, 29 and 64. RGB value is (97,41,100). Sum of RGB (Red+Green+Blue) = 97+41+100=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #612964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612964 is #9ED69B. Grayscale: #404040. Windows color (decimal): -10409628 or 6564193. OLE color: 6564193.
HSL color Cylindrical-coordinate representation of color #612964: hue angle of 296.95º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612964 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 41 | 100 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.61 |
| HSL | 296.95º | 0.42% | 0.28% | - |
| HSV(B) | 296.95º | 0.59% | 0.39% | - |
| XYZ | 8.02 | 5.05 | 12.61 | - |
| YUV | 64.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 100 | 0.03 | 0.59 | 0 | 0.61 | 296.95 | 0.42 | 0.28 |
| Hex | 61 | 29 | 64 | 3 | 3B | 0 | 3D | 129 | 2A | 1C |
| Octal | 141 | 51 | 144 | 3 | 73 | 0 | 75 | 451 | 52 | 34 |
| Binary | 1100001 | 101001 | 1100100 | 11 | 111011 | 0 | 111101 | 100101001 | 101010 | 11100 |
Color Harmonies of #612964
Complementary color
Monochromatic Colors of #612964
Black with #612964
Text Example
Text Example
White with #612964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612964; }
p { color: rgb(97,41,100); }
H1.HeaderClassName
{
color: #612964;
}
.AnyTagClassName
{
color: #612964;
}
</style>
background-color css
<style>
a { background-color: #612964; }
a { background-color: rgb(97,41,100); }
div.DivClassName
{
background-color: #612964;
}
.BgClassName
{
background-color: #612964;
}
</style>
border-color css
<style>
span { border-color: #612964; }
span { border-color: rgb(97,41,100); }
td.TdClassName
{
border-color: #612964;
}
.TagClassName
{
border-color: #612964;
}
</style>