Shades of Seance #732C72
Tints of Seance #732C72
RGB
CMYK
RGB Variations
Color information
#732C72 (or 0x732C72) is known color: Seance. HEX triplet: 73, 2C and 72. RGB value is (115,44,114). Sum of RGB (Red+Green+Blue) = 115+44+114=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #732C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732C72 is #8CD38D. Grayscale: #494949. Windows color (decimal): -9229198 or 7482483. OLE color: 7482483.
HSL color Cylindrical-coordinate representation of color #732C72: hue angle of 300.85º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #732C72 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 114 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.55 |
| HSL | 300.85º | 0.45% | 0.31% | - |
| HSV(B) | 300.85º | 0.62% | 0.45% | - |
| XYZ | 11.01 | 6.66 | 16.63 | - |
| YUV | 73.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 114 | 0 | 0.62 | 0.01 | 0.55 | 300.85 | 0.45 | 0.31 |
| Hex | 73 | 2C | 72 | 0 | 3E | 1 | 37 | 12D | 2D | 1F |
| Octal | 163 | 54 | 162 | 0 | 76 | 1 | 67 | 455 | 55 | 37 |
| Binary | 1110011 | 101100 | 1110010 | 0 | 111110 | 1 | 110111 | 100101101 | 101101 | 11111 |
Color Harmonies of #732C72
Complementary color
Monochromatic Colors of #732C72
Black with #732C72
Text Example
Text Example
White with #732C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C72; }
p { color: rgb(115,44,114); }
H1.HeaderClassName
{
color: #732C72;
}
.AnyTagClassName
{
color: #732C72;
}
</style>
background-color css
<style>
a { background-color: #732C72; }
a { background-color: rgb(115,44,114); }
div.DivClassName
{
background-color: #732C72;
}
.BgClassName
{
background-color: #732C72;
}
</style>
border-color css
<style>
span { border-color: #732C72; }
span { border-color: rgb(115,44,114); }
td.TdClassName
{
border-color: #732C72;
}
.TagClassName
{
border-color: #732C72;
}
</style>