Shades of Seance #612778
Tints of Seance #612778
RGB
CMYK
RGB Variations
Color information
#612778 (or 0x612778) is known color: Seance. HEX triplet: 61, 27 and 78. RGB value is (97,39,120). Sum of RGB (Red+Green+Blue) = 97+39+120=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #612778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612778 is #9ED887. Grayscale: #414141. Windows color (decimal): -10410120 or 7874401. OLE color: 7874401.
HSL color Cylindrical-coordinate representation of color #612778: hue angle of 282.96º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612778 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 39 | 120 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.53 |
| HSL | 282.96º | 0.51% | 0.31% | - |
| HSV(B) | 282.96º | 0.68% | 0.47% | - |
| XYZ | 9.05 | 5.35 | 18.32 | - |
| YUV | 65.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 120 | 0.19 | 0.67 | 0 | 0.53 | 282.96 | 0.51 | 0.31 |
| Hex | 61 | 27 | 78 | 13 | 43 | 0 | 35 | 11B | 33 | 1F |
| Octal | 141 | 47 | 170 | 23 | 103 | 0 | 65 | 433 | 63 | 37 |
| Binary | 1100001 | 100111 | 1111000 | 10011 | 1000011 | 0 | 110101 | 100011011 | 110011 | 11111 |
Color Harmonies of #612778
Complementary color
Monochromatic Colors of #612778
Black with #612778
Text Example
Text Example
White with #612778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612778; }
p { color: rgb(97,39,120); }
H1.HeaderClassName
{
color: #612778;
}
.AnyTagClassName
{
color: #612778;
}
</style>
background-color css
<style>
a { background-color: #612778; }
a { background-color: rgb(97,39,120); }
div.DivClassName
{
background-color: #612778;
}
.BgClassName
{
background-color: #612778;
}
</style>
border-color css
<style>
span { border-color: #612778; }
span { border-color: rgb(97,39,120); }
td.TdClassName
{
border-color: #612778;
}
.TagClassName
{
border-color: #612778;
}
</style>