Shades of Seance #712F6E
Tints of Seance #712F6E
RGB
CMYK
RGB Variations
Color information
#712F6E (or 0x712F6E) is known color: Seance. HEX triplet: 71, 2F and 6E. RGB value is (113,47,110). Sum of RGB (Red+Green+Blue) = 113+47+110=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #712F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F6E is #8ED091. Grayscale: #494949. Windows color (decimal): -9359506 or 7221105. OLE color: 7221105.
HSL color Cylindrical-coordinate representation of color #712F6E: hue angle of 302.73º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F6E is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 110 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.56 |
| HSL | 302.73º | 0.41% | 0.31% | - |
| HSV(B) | 302.73º | 0.58% | 0.44% | - |
| XYZ | 10.64 | 6.67 | 15.48 | - |
| YUV | 73.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 110 | 0 | 0.58 | 0.03 | 0.56 | 302.73 | 0.41 | 0.31 |
| Hex | 71 | 2F | 6E | 0 | 3A | 3 | 38 | 12F | 29 | 1F |
| Octal | 161 | 57 | 156 | 0 | 72 | 3 | 70 | 457 | 51 | 37 |
| Binary | 1110001 | 101111 | 1101110 | 0 | 111010 | 11 | 111000 | 100101111 | 101001 | 11111 |
Color Harmonies of #712F6E
Complementary color
Monochromatic Colors of #712F6E
Black with #712F6E
Text Example
Text Example
White with #712F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F6E; }
p { color: rgb(113,47,110); }
H1.HeaderClassName
{
color: #712F6E;
}
.AnyTagClassName
{
color: #712F6E;
}
</style>
background-color css
<style>
a { background-color: #712F6E; }
a { background-color: rgb(113,47,110); }
div.DivClassName
{
background-color: #712F6E;
}
.BgClassName
{
background-color: #712F6E;
}
</style>
border-color css
<style>
span { border-color: #712F6E; }
span { border-color: rgb(113,47,110); }
td.TdClassName
{
border-color: #712F6E;
}
.TagClassName
{
border-color: #712F6E;
}
</style>