Shades of Seance #722D6E
Tints of Seance #722D6E
RGB
CMYK
RGB Variations
Color information
#722D6E (or 0x722D6E) is known color: Seance. HEX triplet: 72, 2D and 6E. RGB value is (114,45,110). Sum of RGB (Red+Green+Blue) = 114+45+110=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #722D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D6E is #8DD291. Grayscale: #484848. Windows color (decimal): -9294482 or 7220594. OLE color: 7220594.
HSL color Cylindrical-coordinate representation of color #722D6E: hue angle of 303.48º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D6E is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 110 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.55 |
| HSL | 303.48º | 0.43% | 0.31% | - |
| HSV(B) | 303.48º | 0.61% | 0.45% | - |
| XYZ | 10.69 | 6.58 | 15.46 | - |
| YUV | 73.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 110 | 0 | 0.61 | 0.04 | 0.55 | 303.48 | 0.43 | 0.31 |
| Hex | 72 | 2D | 6E | 0 | 3D | 4 | 37 | 12F | 2B | 1F |
| Octal | 162 | 55 | 156 | 0 | 75 | 4 | 67 | 457 | 53 | 37 |
| Binary | 1110010 | 101101 | 1101110 | 0 | 111101 | 100 | 110111 | 100101111 | 101011 | 11111 |
Color Harmonies of #722D6E
Complementary color
Monochromatic Colors of #722D6E
Black with #722D6E
Text Example
Text Example
White with #722D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D6E; }
p { color: rgb(114,45,110); }
H1.HeaderClassName
{
color: #722D6E;
}
.AnyTagClassName
{
color: #722D6E;
}
</style>
background-color css
<style>
a { background-color: #722D6E; }
a { background-color: rgb(114,45,110); }
div.DivClassName
{
background-color: #722D6E;
}
.BgClassName
{
background-color: #722D6E;
}
</style>
border-color css
<style>
span { border-color: #722D6E; }
span { border-color: rgb(114,45,110); }
td.TdClassName
{
border-color: #722D6E;
}
.TagClassName
{
border-color: #722D6E;
}
</style>