Shades of Seance #732A6F
Tints of Seance #732A6F
RGB
CMYK
RGB Variations
Color information
#732A6F (or 0x732A6F) is known color: Seance. HEX triplet: 73, 2A and 6F. RGB value is (115,42,111). Sum of RGB (Red+Green+Blue) = 115+42+111=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #732A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A6F is #8CD590. Grayscale: #474747. Windows color (decimal): -9229713 or 7285363. OLE color: 7285363.
HSL color Cylindrical-coordinate representation of color #732A6F: hue angle of 303.29º 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 #732A6F is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 111 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.55 |
| HSL | 303.29º | 0.46% | 0.31% | - |
| HSV(B) | 303.29º | 0.63% | 0.45% | - |
| XYZ | 10.77 | 6.45 | 15.72 | - |
| YUV | 71.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 111 | 0 | 0.63 | 0.03 | 0.55 | 303.29 | 0.46 | 0.31 |
| Hex | 73 | 2A | 6F | 0 | 3F | 3 | 37 | 12F | 2E | 1F |
| Octal | 163 | 52 | 157 | 0 | 77 | 3 | 67 | 457 | 56 | 37 |
| Binary | 1110011 | 101010 | 1101111 | 0 | 111111 | 11 | 110111 | 100101111 | 101110 | 11111 |
Color Harmonies of #732A6F
Complementary color
Monochromatic Colors of #732A6F
Black with #732A6F
Text Example
Text Example
White with #732A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A6F; }
p { color: rgb(115,42,111); }
H1.HeaderClassName
{
color: #732A6F;
}
.AnyTagClassName
{
color: #732A6F;
}
</style>
background-color css
<style>
a { background-color: #732A6F; }
a { background-color: rgb(115,42,111); }
div.DivClassName
{
background-color: #732A6F;
}
.BgClassName
{
background-color: #732A6F;
}
</style>
border-color css
<style>
span { border-color: #732A6F; }
span { border-color: rgb(115,42,111); }
td.TdClassName
{
border-color: #732A6F;
}
.TagClassName
{
border-color: #732A6F;
}
</style>