Shades of Seance #712C6E
Tints of Seance #712C6E
RGB
CMYK
RGB Variations
Color information
#712C6E (or 0x712C6E) is known color: Seance. HEX triplet: 71, 2C and 6E. RGB value is (113,44,110). Sum of RGB (Red+Green+Blue) = 113+44+110=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #712C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C6E is #8ED391. Grayscale: #474747. Windows color (decimal): -9360274 or 7220337. OLE color: 7220337.
HSL color Cylindrical-coordinate representation of color #712C6E: hue angle of 302.61º 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 #712C6E is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 110 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.56 |
| HSL | 302.61º | 0.44% | 0.31% | - |
| HSV(B) | 302.61º | 0.61% | 0.44% | - |
| XYZ | 10.53 | 6.44 | 15.44 | - |
| YUV | 72.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 110 | 0 | 0.61 | 0.03 | 0.56 | 302.61 | 0.44 | 0.31 |
| Hex | 71 | 2C | 6E | 0 | 3D | 3 | 38 | 12F | 2C | 1F |
| Octal | 161 | 54 | 156 | 0 | 75 | 3 | 70 | 457 | 54 | 37 |
| Binary | 1110001 | 101100 | 1101110 | 0 | 111101 | 11 | 111000 | 100101111 | 101100 | 11111 |
Color Harmonies of #712C6E
Complementary color
Monochromatic Colors of #712C6E
Black with #712C6E
Text Example
Text Example
White with #712C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C6E; }
p { color: rgb(113,44,110); }
H1.HeaderClassName
{
color: #712C6E;
}
.AnyTagClassName
{
color: #712C6E;
}
</style>
background-color css
<style>
a { background-color: #712C6E; }
a { background-color: rgb(113,44,110); }
div.DivClassName
{
background-color: #712C6E;
}
.BgClassName
{
background-color: #712C6E;
}
</style>
border-color css
<style>
span { border-color: #712C6E; }
span { border-color: rgb(113,44,110); }
td.TdClassName
{
border-color: #712C6E;
}
.TagClassName
{
border-color: #712C6E;
}
</style>