Shades of Seance #612574
Tints of Seance #612574
RGB
CMYK
RGB Variations
Color information
#612574 (or 0x612574) is known color: Seance. HEX triplet: 61, 25 and 74. RGB value is (97,37,116). Sum of RGB (Red+Green+Blue) = 97+37+116=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #612574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612574 is #9EDA8B. Grayscale: #3F3F3F. Windows color (decimal): -10410636 or 7611745. OLE color: 7611745.
HSL color Cylindrical-coordinate representation of color #612574: hue angle of 285.57º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612574 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 37 | 116 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.55 |
| HSL | 285.57º | 0.52% | 0.3% | - |
| HSV(B) | 285.57º | 0.68% | 0.45% | - |
| XYZ | 8.74 | 5.13 | 17.05 | - |
| YUV | 63.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 116 | 0.16 | 0.68 | 0 | 0.55 | 285.57 | 0.52 | 0.3 |
| Hex | 61 | 25 | 74 | 10 | 44 | 0 | 37 | 11E | 34 | 1E |
| Octal | 141 | 45 | 164 | 20 | 104 | 0 | 67 | 436 | 64 | 36 |
| Binary | 1100001 | 100101 | 1110100 | 10000 | 1000100 | 0 | 110111 | 100011110 | 110100 | 11110 |
Color Harmonies of #612574
Complementary color
Monochromatic Colors of #612574
Black with #612574
Text Example
Text Example
White with #612574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612574; }
p { color: rgb(97,37,116); }
H1.HeaderClassName
{
color: #612574;
}
.AnyTagClassName
{
color: #612574;
}
</style>
background-color css
<style>
a { background-color: #612574; }
a { background-color: rgb(97,37,116); }
div.DivClassName
{
background-color: #612574;
}
.BgClassName
{
background-color: #612574;
}
</style>
border-color css
<style>
span { border-color: #612574; }
span { border-color: rgb(97,37,116); }
td.TdClassName
{
border-color: #612574;
}
.TagClassName
{
border-color: #612574;
}
</style>