Shades of Seance #722C74
Tints of Seance #722C74
RGB
CMYK
RGB Variations
Color information
#722C74 (or 0x722C74) is known color: Seance. HEX triplet: 72, 2C and 74. RGB value is (114,44,116). Sum of RGB (Red+Green+Blue) = 114+44+116=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #722C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C74 is #8DD38B. Grayscale: #484848. Windows color (decimal): -9294732 or 7613554. OLE color: 7613554.
HSL color Cylindrical-coordinate representation of color #722C74: hue angle of 298.33º 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 #722C74 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 116 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.55 |
| HSL | 298.33º | 0.45% | 0.31% | - |
| HSV(B) | 298.33º | 0.62% | 0.45% | - |
| XYZ | 10.99 | 6.64 | 17.23 | - |
| YUV | 73.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 116 | 0.02 | 0.62 | 0 | 0.55 | 298.33 | 0.45 | 0.31 |
| Hex | 72 | 2C | 74 | 2 | 3E | 0 | 37 | 12A | 2D | 1F |
| Octal | 162 | 54 | 164 | 2 | 76 | 0 | 67 | 452 | 55 | 37 |
| Binary | 1110010 | 101100 | 1110100 | 10 | 111110 | 0 | 110111 | 100101010 | 101101 | 11111 |
Color Harmonies of #722C74
Complementary color
Monochromatic Colors of #722C74
Black with #722C74
Text Example
Text Example
White with #722C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C74; }
p { color: rgb(114,44,116); }
H1.HeaderClassName
{
color: #722C74;
}
.AnyTagClassName
{
color: #722C74;
}
</style>
background-color css
<style>
a { background-color: #722C74; }
a { background-color: rgb(114,44,116); }
div.DivClassName
{
background-color: #722C74;
}
.BgClassName
{
background-color: #722C74;
}
</style>
border-color css
<style>
span { border-color: #722C74; }
span { border-color: rgb(114,44,116); }
td.TdClassName
{
border-color: #722C74;
}
.TagClassName
{
border-color: #722C74;
}
</style>