Shades of Seance #712C6D
Tints of Seance #712C6D
RGB
CMYK
RGB Variations
Color information
#712C6D (or 0x712C6D) is known color: Seance. HEX triplet: 71, 2C and 6D. RGB value is (113,44,109). Sum of RGB (Red+Green+Blue) = 113+44+109=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #712C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C6D is #8ED392. Grayscale: #474747. Windows color (decimal): -9360275 or 7154801. OLE color: 7154801.
HSL color Cylindrical-coordinate representation of color #712C6D: hue angle of 303.48º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C6D is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 109 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.56 |
| HSL | 303.48º | 0.44% | 0.31% | - |
| HSV(B) | 303.48º | 0.61% | 0.44% | - |
| XYZ | 10.47 | 6.42 | 15.15 | - |
| YUV | 72.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 109 | 0 | 0.61 | 0.04 | 0.56 | 303.48 | 0.44 | 0.31 |
| Hex | 71 | 2C | 6D | 0 | 3D | 4 | 38 | 12F | 2C | 1F |
| Octal | 161 | 54 | 155 | 0 | 75 | 4 | 70 | 457 | 54 | 37 |
| Binary | 1110001 | 101100 | 1101101 | 0 | 111101 | 100 | 111000 | 100101111 | 101100 | 11111 |
Color Harmonies of #712C6D
Complementary color
Monochromatic Colors of #712C6D
Black with #712C6D
Text Example
Text Example
White with #712C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C6D; }
p { color: rgb(113,44,109); }
H1.HeaderClassName
{
color: #712C6D;
}
.AnyTagClassName
{
color: #712C6D;
}
</style>
background-color css
<style>
a { background-color: #712C6D; }
a { background-color: rgb(113,44,109); }
div.DivClassName
{
background-color: #712C6D;
}
.BgClassName
{
background-color: #712C6D;
}
</style>
border-color css
<style>
span { border-color: #712C6D; }
span { border-color: rgb(113,44,109); }
td.TdClassName
{
border-color: #712C6D;
}
.TagClassName
{
border-color: #712C6D;
}
</style>