Shades of Seance #712173
Tints of Seance #712173
RGB
CMYK
RGB Variations
Color information
#712173 (or 0x712173) is known color: Seance. HEX triplet: 71, 21 and 73. RGB value is (113,33,115). Sum of RGB (Red+Green+Blue) = 113+33+115=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #712173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712173 is #8EDE8C. Grayscale: #424242. Windows color (decimal): -9363085 or 7545201. OLE color: 7545201.
HSL color Cylindrical-coordinate representation of color #712173: hue angle of 298.54º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712173 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 33 | 115 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.55 |
| HSL | 298.54º | 0.55% | 0.29% | - |
| HSV(B) | 298.54º | 0.71% | 0.45% | - |
| XYZ | 10.45 | 5.84 | 16.8 | - |
| YUV | 66.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 115 | 0.02 | 0.71 | 0 | 0.55 | 298.54 | 0.55 | 0.29 |
| Hex | 71 | 21 | 73 | 2 | 47 | 0 | 37 | 12B | 37 | 1D |
| Octal | 161 | 41 | 163 | 2 | 107 | 0 | 67 | 453 | 67 | 35 |
| Binary | 1110001 | 100001 | 1110011 | 10 | 1000111 | 0 | 110111 | 100101011 | 110111 | 11101 |
Color Harmonies of #712173
Complementary color
Monochromatic Colors of #712173
Black with #712173
Text Example
Text Example
White with #712173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712173; }
p { color: rgb(113,33,115); }
H1.HeaderClassName
{
color: #712173;
}
.AnyTagClassName
{
color: #712173;
}
</style>
background-color css
<style>
a { background-color: #712173; }
a { background-color: rgb(113,33,115); }
div.DivClassName
{
background-color: #712173;
}
.BgClassName
{
background-color: #712173;
}
</style>
border-color css
<style>
span { border-color: #712173; }
span { border-color: rgb(113,33,115); }
td.TdClassName
{
border-color: #712173;
}
.TagClassName
{
border-color: #712173;
}
</style>