Shades of Seance #732C76
Tints of Seance #732C76
RGB
CMYK
RGB Variations
Color information
#732C76 (or 0x732C76) is known color: Seance. HEX triplet: 73, 2C and 76. RGB value is (115,44,118). Sum of RGB (Red+Green+Blue) = 115+44+118=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #732C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732C76 is #8CD389. Grayscale: #494949. Windows color (decimal): -9229194 or 7744627. OLE color: 7744627.
HSL color Cylindrical-coordinate representation of color #732C76: hue angle of 297.57º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732C76 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 44 | 118 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.54 |
| HSL | 297.57º | 0.46% | 0.32% | - |
| HSV(B) | 297.57º | 0.63% | 0.46% | - |
| XYZ | 11.24 | 6.75 | 17.85 | - |
| YUV | 73.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 118 | 0.03 | 0.63 | 0 | 0.54 | 297.57 | 0.46 | 0.32 |
| Hex | 73 | 2C | 76 | 3 | 3F | 0 | 36 | 12A | 2E | 20 |
| Octal | 163 | 54 | 166 | 3 | 77 | 0 | 66 | 452 | 56 | 40 |
| Binary | 1110011 | 101100 | 1110110 | 11 | 111111 | 0 | 110110 | 100101010 | 101110 | 100000 |
Color Harmonies of #732C76
Complementary color
Monochromatic Colors of #732C76
Black with #732C76
Text Example
Text Example
White with #732C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C76; }
p { color: rgb(115,44,118); }
H1.HeaderClassName
{
color: #732C76;
}
.AnyTagClassName
{
color: #732C76;
}
</style>
background-color css
<style>
a { background-color: #732C76; }
a { background-color: rgb(115,44,118); }
div.DivClassName
{
background-color: #732C76;
}
.BgClassName
{
background-color: #732C76;
}
</style>
border-color css
<style>
span { border-color: #732C76; }
span { border-color: rgb(115,44,118); }
td.TdClassName
{
border-color: #732C76;
}
.TagClassName
{
border-color: #732C76;
}
</style>