Shades of Seance #732F72
Tints of Seance #732F72
RGB
CMYK
RGB Variations
Color information
#732F72 (or 0x732F72) is known color: Seance. HEX triplet: 73, 2F and 72. RGB value is (115,47,114). Sum of RGB (Red+Green+Blue) = 115+47+114=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #732F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F72 is #8CD08D. Grayscale: #4A4A4A. Windows color (decimal): -9228430 or 7483251. OLE color: 7483251.
HSL color Cylindrical-coordinate representation of color #732F72: hue angle of 300.88º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F72 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 114 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.55 |
| HSL | 300.88º | 0.42% | 0.32% | - |
| HSV(B) | 300.88º | 0.59% | 0.45% | - |
| XYZ | 11.12 | 6.89 | 16.66 | - |
| YUV | 74.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 114 | 0 | 0.59 | 0.01 | 0.55 | 300.88 | 0.42 | 0.32 |
| Hex | 73 | 2F | 72 | 0 | 3B | 1 | 37 | 12D | 2A | 20 |
| Octal | 163 | 57 | 162 | 0 | 73 | 1 | 67 | 455 | 52 | 40 |
| Binary | 1110011 | 101111 | 1110010 | 0 | 111011 | 1 | 110111 | 100101101 | 101010 | 100000 |
Color Harmonies of #732F72
Complementary color
Monochromatic Colors of #732F72
Black with #732F72
Text Example
Text Example
White with #732F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F72; }
p { color: rgb(115,47,114); }
H1.HeaderClassName
{
color: #732F72;
}
.AnyTagClassName
{
color: #732F72;
}
</style>
background-color css
<style>
a { background-color: #732F72; }
a { background-color: rgb(115,47,114); }
div.DivClassName
{
background-color: #732F72;
}
.BgClassName
{
background-color: #732F72;
}
</style>
border-color css
<style>
span { border-color: #732F72; }
span { border-color: rgb(115,47,114); }
td.TdClassName
{
border-color: #732F72;
}
.TagClassName
{
border-color: #732F72;
}
</style>