Shades of Seance #612D70
Tints of Seance #612D70
RGB
CMYK
RGB Variations
Color information
#612D70 (or 0x612D70) is known color: Seance. HEX triplet: 61, 2D and 70. RGB value is (97,45,112). Sum of RGB (Red+Green+Blue) = 97+45+112=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #612D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D70 is #9ED28F. Grayscale: #434343. Windows color (decimal): -10408592 or 7351649. OLE color: 7351649.
HSL color Cylindrical-coordinate representation of color #612D70: hue angle of 286.57º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612D70 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 45 | 112 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.56 |
| HSL | 286.57º | 0.43% | 0.31% | - |
| HSV(B) | 286.57º | 0.6% | 0.44% | - |
| XYZ | 8.79 | 5.59 | 15.94 | - |
| YUV | 68.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 112 | 0.13 | 0.60 | 0 | 0.56 | 286.57 | 0.43 | 0.31 |
| Hex | 61 | 2D | 70 | D | 3C | 0 | 38 | 11F | 2B | 1F |
| Octal | 141 | 55 | 160 | 15 | 74 | 0 | 70 | 437 | 53 | 37 |
| Binary | 1100001 | 101101 | 1110000 | 1101 | 111100 | 0 | 111000 | 100011111 | 101011 | 11111 |
Color Harmonies of #612D70
Complementary color
Monochromatic Colors of #612D70
Black with #612D70
Text Example
Text Example
White with #612D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D70; }
p { color: rgb(97,45,112); }
H1.HeaderClassName
{
color: #612D70;
}
.AnyTagClassName
{
color: #612D70;
}
</style>
background-color css
<style>
a { background-color: #612D70; }
a { background-color: rgb(97,45,112); }
div.DivClassName
{
background-color: #612D70;
}
.BgClassName
{
background-color: #612D70;
}
</style>
border-color css
<style>
span { border-color: #612D70; }
span { border-color: rgb(97,45,112); }
td.TdClassName
{
border-color: #612D70;
}
.TagClassName
{
border-color: #612D70;
}
</style>