Shades of Seance #712B73
Tints of Seance #712B73
RGB
CMYK
RGB Variations
Color information
#712B73 (or 0x712B73) is known color: Seance. HEX triplet: 71, 2B and 73. RGB value is (113,43,115). Sum of RGB (Red+Green+Blue) = 113+43+115=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #712B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712B73 is #8ED48C. Grayscale: #474747. Windows color (decimal): -9360525 or 7547761. OLE color: 7547761.
HSL color Cylindrical-coordinate representation of color #712B73: hue angle of 298.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712B73 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 43 | 115 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.55 |
| HSL | 298.33º | 0.46% | 0.31% | - |
| HSV(B) | 298.33º | 0.63% | 0.45% | - |
| XYZ | 10.77 | 6.48 | 16.9 | - |
| YUV | 72.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 115 | 0.02 | 0.63 | 0 | 0.55 | 298.33 | 0.46 | 0.31 |
| Hex | 71 | 2B | 73 | 2 | 3F | 0 | 37 | 12A | 2E | 1F |
| Octal | 161 | 53 | 163 | 2 | 77 | 0 | 67 | 452 | 56 | 37 |
| Binary | 1110001 | 101011 | 1110011 | 10 | 111111 | 0 | 110111 | 100101010 | 101110 | 11111 |
Color Harmonies of #712B73
Complementary color
Monochromatic Colors of #712B73
Black with #712B73
Text Example
Text Example
White with #712B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712B73; }
p { color: rgb(113,43,115); }
H1.HeaderClassName
{
color: #712B73;
}
.AnyTagClassName
{
color: #712B73;
}
</style>
background-color css
<style>
a { background-color: #712B73; }
a { background-color: rgb(113,43,115); }
div.DivClassName
{
background-color: #712B73;
}
.BgClassName
{
background-color: #712B73;
}
</style>
border-color css
<style>
span { border-color: #712B73; }
span { border-color: rgb(113,43,115); }
td.TdClassName
{
border-color: #712B73;
}
.TagClassName
{
border-color: #712B73;
}
</style>