Shades of Seance #712C74
Tints of Seance #712C74
RGB
CMYK
RGB Variations
Color information
#712C74 (or 0x712C74) is known color: Seance. HEX triplet: 71, 2C and 74. RGB value is (113,44,116). Sum of RGB (Red+Green+Blue) = 113+44+116=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #712C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C74 is #8ED38B. Grayscale: #484848. Windows color (decimal): -9360268 or 7613553. OLE color: 7613553.
HSL color Cylindrical-coordinate representation of color #712C74: hue angle of 297.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #712C74 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 44 | 116 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.55 |
| HSL | 297.5º | 0.45% | 0.31% | - |
| HSV(B) | 297.5º | 0.62% | 0.45% | - |
| XYZ | 10.86 | 6.57 | 17.22 | - |
| YUV | 72.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 116 | 0.03 | 0.62 | 0 | 0.55 | 297.5 | 0.45 | 0.31 |
| Hex | 71 | 2C | 74 | 3 | 3E | 0 | 37 | 12A | 2D | 1F |
| Octal | 161 | 54 | 164 | 3 | 76 | 0 | 67 | 452 | 55 | 37 |
| Binary | 1110001 | 101100 | 1110100 | 11 | 111110 | 0 | 110111 | 100101010 | 101101 | 11111 |
Color Harmonies of #712C74
Complementary color
Monochromatic Colors of #712C74
Black with #712C74
Text Example
Text Example
White with #712C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C74; }
p { color: rgb(113,44,116); }
H1.HeaderClassName
{
color: #712C74;
}
.AnyTagClassName
{
color: #712C74;
}
</style>
background-color css
<style>
a { background-color: #712C74; }
a { background-color: rgb(113,44,116); }
div.DivClassName
{
background-color: #712C74;
}
.BgClassName
{
background-color: #712C74;
}
</style>
border-color css
<style>
span { border-color: #712C74; }
span { border-color: rgb(113,44,116); }
td.TdClassName
{
border-color: #712C74;
}
.TagClassName
{
border-color: #712C74;
}
</style>