Shades of Seance #732E6E
Tints of Seance #732E6E
RGB
CMYK
RGB Variations
Color information
#732E6E (or 0x732E6E) is known color: Seance. HEX triplet: 73, 2E and 6E. RGB value is (115,46,110). Sum of RGB (Red+Green+Blue) = 115+46+110=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #732E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732E6E is #8CD191. Grayscale: #494949. Windows color (decimal): -9228690 or 7220851. OLE color: 7220851.
HSL color Cylindrical-coordinate representation of color #732E6E: hue angle of 304.35º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #732E6E is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 110 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.55 |
| HSL | 304.35º | 0.43% | 0.32% | - |
| HSV(B) | 304.35º | 0.6% | 0.45% | - |
| XYZ | 10.86 | 6.72 | 15.48 | - |
| YUV | 73.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 110 | 0 | 0.6 | 0.04 | 0.55 | 304.35 | 0.43 | 0.32 |
| Hex | 73 | 2E | 6E | 0 | 3C | 4 | 37 | 130 | 2B | 20 |
| Octal | 163 | 56 | 156 | 0 | 74 | 4 | 67 | 460 | 53 | 40 |
| Binary | 1110011 | 101110 | 1101110 | 0 | 111100 | 100 | 110111 | 100110000 | 101011 | 100000 |
Color Harmonies of #732E6E
Complementary color
Monochromatic Colors of #732E6E
Black with #732E6E
Text Example
Text Example
White with #732E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E6E; }
p { color: rgb(115,46,110); }
H1.HeaderClassName
{
color: #732E6E;
}
.AnyTagClassName
{
color: #732E6E;
}
</style>
background-color css
<style>
a { background-color: #732E6E; }
a { background-color: rgb(115,46,110); }
div.DivClassName
{
background-color: #732E6E;
}
.BgClassName
{
background-color: #732E6E;
}
</style>
border-color css
<style>
span { border-color: #732E6E; }
span { border-color: rgb(115,46,110); }
td.TdClassName
{
border-color: #732E6E;
}
.TagClassName
{
border-color: #732E6E;
}
</style>