Shades of Seance #712F71
Tints of Seance #712F71
RGB
CMYK
RGB Variations
Color information
#712F71 (or 0x712F71) is known color: Seance. HEX triplet: 71, 2F and 71. RGB value is (113,47,113). Sum of RGB (Red+Green+Blue) = 113+47+113=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #712F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F71 is #8ED08E. Grayscale: #4A4A4A. Windows color (decimal): -9359503 or 7417713. OLE color: 7417713.
HSL color Cylindrical-coordinate representation of color #712F71: hue angle of 300º 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 #712F71 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 113 | - |
| CMYK | 0 | 0.58 | 0 | 0.56 |
| HSL | 300º | 0.41% | 0.31% | - |
| HSV(B) | 300º | 0.58% | 0.44% | - |
| XYZ | 10.81 | 6.74 | 16.35 | - |
| YUV | 74.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 113 | 0 | 0.58 | 0 | 0.56 | 300 | 0.41 | 0.31 |
| Hex | 71 | 2F | 71 | 0 | 3A | 0 | 38 | 12C | 29 | 1F |
| Octal | 161 | 57 | 161 | 0 | 72 | 0 | 70 | 454 | 51 | 37 |
| Binary | 1110001 | 101111 | 1110001 | 0 | 111010 | 0 | 111000 | 100101100 | 101001 | 11111 |
Color Harmonies of #712F71
Complementary color
Monochromatic Colors of #712F71
Black with #712F71
Text Example
Text Example
White with #712F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F71; }
p { color: rgb(113,47,113); }
H1.HeaderClassName
{
color: #712F71;
}
.AnyTagClassName
{
color: #712F71;
}
</style>
background-color css
<style>
a { background-color: #712F71; }
a { background-color: rgb(113,47,113); }
div.DivClassName
{
background-color: #712F71;
}
.BgClassName
{
background-color: #712F71;
}
</style>
border-color css
<style>
span { border-color: #712F71; }
span { border-color: rgb(113,47,113); }
td.TdClassName
{
border-color: #712F71;
}
.TagClassName
{
border-color: #712F71;
}
</style>