Shades of Seance #712A73
Tints of Seance #712A73
RGB
CMYK
RGB Variations
Color information
#712A73 (or 0x712A73) is known color: Seance. HEX triplet: 71, 2A and 73. RGB value is (113,42,115). Sum of RGB (Red+Green+Blue) = 113+42+115=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #712A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A73 is #8ED58C. Grayscale: #474747. Windows color (decimal): -9360781 or 7547505. OLE color: 7547505.
HSL color Cylindrical-coordinate representation of color #712A73: hue angle of 298.36º 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 #712A73 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 42 | 115 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.55 |
| HSL | 298.36º | 0.46% | 0.31% | - |
| HSV(B) | 298.36º | 0.63% | 0.45% | - |
| XYZ | 10.73 | 6.4 | 16.89 | - |
| YUV | 71.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 115 | 0.02 | 0.63 | 0 | 0.55 | 298.36 | 0.46 | 0.31 |
| Hex | 71 | 2A | 73 | 2 | 3F | 0 | 37 | 12A | 2E | 1F |
| Octal | 161 | 52 | 163 | 2 | 77 | 0 | 67 | 452 | 56 | 37 |
| Binary | 1110001 | 101010 | 1110011 | 10 | 111111 | 0 | 110111 | 100101010 | 101110 | 11111 |
Color Harmonies of #712A73
Complementary color
Monochromatic Colors of #712A73
Black with #712A73
Text Example
Text Example
White with #712A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A73; }
p { color: rgb(113,42,115); }
H1.HeaderClassName
{
color: #712A73;
}
.AnyTagClassName
{
color: #712A73;
}
</style>
background-color css
<style>
a { background-color: #712A73; }
a { background-color: rgb(113,42,115); }
div.DivClassName
{
background-color: #712A73;
}
.BgClassName
{
background-color: #712A73;
}
</style>
border-color css
<style>
span { border-color: #712A73; }
span { border-color: rgb(113,42,115); }
td.TdClassName
{
border-color: #712A73;
}
.TagClassName
{
border-color: #712A73;
}
</style>