Shades of Seance #732E6D
Tints of Seance #732E6D
RGB
CMYK
RGB Variations
Color information
#732E6D (or 0x732E6D) is known color: Seance. HEX triplet: 73, 2E and 6D. RGB value is (115,46,109). Sum of RGB (Red+Green+Blue) = 115+46+109=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #732E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732E6D is #8CD192. Grayscale: #494949. Windows color (decimal): -9228691 or 7155315. OLE color: 7155315.
HSL color Cylindrical-coordinate representation of color #732E6D: hue angle of 305.22º 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 #732E6D is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 109 | - |
| CMYK | 0 | 0.6 | 0.05 | 0.55 |
| HSL | 305.22º | 0.43% | 0.32% | - |
| HSV(B) | 305.22º | 0.6% | 0.45% | - |
| XYZ | 10.81 | 6.7 | 15.19 | - |
| YUV | 73.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 109 | 0 | 0.6 | 0.05 | 0.55 | 305.22 | 0.43 | 0.32 |
| Hex | 73 | 2E | 6D | 0 | 3C | 5 | 37 | 131 | 2B | 20 |
| Octal | 163 | 56 | 155 | 0 | 74 | 5 | 67 | 461 | 53 | 40 |
| Binary | 1110011 | 101110 | 1101101 | 0 | 111100 | 101 | 110111 | 100110001 | 101011 | 100000 |
Color Harmonies of #732E6D
Complementary color
Monochromatic Colors of #732E6D
Black with #732E6D
Text Example
Text Example
White with #732E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E6D; }
p { color: rgb(115,46,109); }
H1.HeaderClassName
{
color: #732E6D;
}
.AnyTagClassName
{
color: #732E6D;
}
</style>
background-color css
<style>
a { background-color: #732E6D; }
a { background-color: rgb(115,46,109); }
div.DivClassName
{
background-color: #732E6D;
}
.BgClassName
{
background-color: #732E6D;
}
</style>
border-color css
<style>
span { border-color: #732E6D; }
span { border-color: rgb(115,46,109); }
td.TdClassName
{
border-color: #732E6D;
}
.TagClassName
{
border-color: #732E6D;
}
</style>