Shades of Seance #722E6F
Tints of Seance #722E6F
RGB
CMYK
RGB Variations
Color information
#722E6F (or 0x722E6F) is known color: Seance. HEX triplet: 72, 2E and 6F. RGB value is (114,46,111). Sum of RGB (Red+Green+Blue) = 114+46+111=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #722E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E6F is #8DD190. Grayscale: #494949. Windows color (decimal): -9294225 or 7286386. OLE color: 7286386.
HSL color Cylindrical-coordinate representation of color #722E6F: hue angle of 302.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E6F is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 111 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.55 |
| HSL | 302.65º | 0.43% | 0.31% | - |
| HSV(B) | 302.65º | 0.6% | 0.45% | - |
| XYZ | 10.79 | 6.68 | 15.76 | - |
| YUV | 73.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 111 | 0 | 0.60 | 0.03 | 0.55 | 302.65 | 0.43 | 0.31 |
| Hex | 72 | 2E | 6F | 0 | 3C | 3 | 37 | 12F | 2A | 1F |
| Octal | 162 | 56 | 157 | 0 | 74 | 3 | 67 | 457 | 52 | 37 |
| Binary | 1110010 | 101110 | 1101111 | 0 | 111100 | 11 | 110111 | 100101111 | 101010 | 11111 |
Color Harmonies of #722E6F
Complementary color
Monochromatic Colors of #722E6F
Black with #722E6F
Text Example
Text Example
White with #722E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E6F; }
p { color: rgb(114,46,111); }
H1.HeaderClassName
{
color: #722E6F;
}
.AnyTagClassName
{
color: #722E6F;
}
</style>
background-color css
<style>
a { background-color: #722E6F; }
a { background-color: rgb(114,46,111); }
div.DivClassName
{
background-color: #722E6F;
}
.BgClassName
{
background-color: #722E6F;
}
</style>
border-color css
<style>
span { border-color: #722E6F; }
span { border-color: rgb(114,46,111); }
td.TdClassName
{
border-color: #722E6F;
}
.TagClassName
{
border-color: #722E6F;
}
</style>