Shades of Seance #712672
Tints of Seance #712672
RGB
CMYK
RGB Variations
Color information
#712672 (or 0x712672) is known color: Seance. HEX triplet: 71, 26 and 72. RGB value is (113,38,114). Sum of RGB (Red+Green+Blue) = 113+38+114=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #712672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712672 is #8ED98D. Grayscale: #444444. Windows color (decimal): -9361806 or 7480945. OLE color: 7480945.
HSL color Cylindrical-coordinate representation of color #712672: hue angle of 299.21º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712672 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 38 | 114 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.55 |
| HSL | 299.21º | 0.5% | 0.3% | - |
| HSV(B) | 299.21º | 0.67% | 0.45% | - |
| XYZ | 10.54 | 6.11 | 16.54 | - |
| YUV | 69.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 114 | 0.01 | 0.67 | 0 | 0.55 | 299.21 | 0.5 | 0.3 |
| Hex | 71 | 26 | 72 | 1 | 43 | 0 | 37 | 12B | 32 | 1E |
| Octal | 161 | 46 | 162 | 1 | 103 | 0 | 67 | 453 | 62 | 36 |
| Binary | 1110001 | 100110 | 1110010 | 1 | 1000011 | 0 | 110111 | 100101011 | 110010 | 11110 |
Color Harmonies of #712672
Complementary color
Monochromatic Colors of #712672
Black with #712672
Text Example
Text Example
White with #712672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712672; }
p { color: rgb(113,38,114); }
H1.HeaderClassName
{
color: #712672;
}
.AnyTagClassName
{
color: #712672;
}
</style>
background-color css
<style>
a { background-color: #712672; }
a { background-color: rgb(113,38,114); }
div.DivClassName
{
background-color: #712672;
}
.BgClassName
{
background-color: #712672;
}
</style>
border-color css
<style>
span { border-color: #712672; }
span { border-color: rgb(113,38,114); }
td.TdClassName
{
border-color: #712672;
}
.TagClassName
{
border-color: #712672;
}
</style>