Shades of Seance #732A73
Tints of Seance #732A73
RGB
CMYK
RGB Variations
Color information
#732A73 (or 0x732A73) is known color: Seance. HEX triplet: 73, 2A and 73. RGB value is (115,42,115). Sum of RGB (Red+Green+Blue) = 115+42+115=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #732A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A73 is #8CD58C. Grayscale: #474747. Windows color (decimal): -9229709 or 7547507. OLE color: 7547507.
HSL color Cylindrical-coordinate representation of color #732A73: hue angle of 300º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732A73 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 115 | - |
| CMYK | 0 | 0.63 | 0 | 0.55 |
| HSL | 300º | 0.46% | 0.31% | - |
| HSV(B) | 300º | 0.63% | 0.45% | - |
| XYZ | 10.99 | 6.54 | 16.9 | - |
| YUV | 72.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 115 | 0 | 0.63 | 0 | 0.55 | 300 | 0.46 | 0.31 |
| Hex | 73 | 2A | 73 | 0 | 3F | 0 | 37 | 12C | 2E | 1F |
| Octal | 163 | 52 | 163 | 0 | 77 | 0 | 67 | 454 | 56 | 37 |
| Binary | 1110011 | 101010 | 1110011 | 0 | 111111 | 0 | 110111 | 100101100 | 101110 | 11111 |
Color Harmonies of #732A73
Complementary color
Monochromatic Colors of #732A73
Black with #732A73
Text Example
Text Example
White with #732A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A73; }
p { color: rgb(115,42,115); }
H1.HeaderClassName
{
color: #732A73;
}
.AnyTagClassName
{
color: #732A73;
}
</style>
background-color css
<style>
a { background-color: #732A73; }
a { background-color: rgb(115,42,115); }
div.DivClassName
{
background-color: #732A73;
}
.BgClassName
{
background-color: #732A73;
}
</style>
border-color css
<style>
span { border-color: #732A73; }
span { border-color: rgb(115,42,115); }
td.TdClassName
{
border-color: #732A73;
}
.TagClassName
{
border-color: #732A73;
}
</style>