Shades of Seance #72336D
Tints of Seance #72336D
RGB
CMYK
RGB Variations
Color information
#72336D (or 0x72336D) is known color: Seance. HEX triplet: 72, 33 and 6D. RGB value is (114,51,109). Sum of RGB (Red+Green+Blue) = 114+51+109=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72336D is #8DCC92. Grayscale: #4C4C4C. Windows color (decimal): -9292947 or 7156594. OLE color: 7156594.
HSL color Cylindrical-coordinate representation of color #72336D: hue angle of 304.76º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72336D is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 109 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.55 |
| HSL | 304.76º | 0.38% | 0.32% | - |
| HSV(B) | 304.76º | 0.55% | 0.45% | - |
| XYZ | 10.88 | 7.05 | 15.26 | - |
| YUV | 76.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 109 | 0 | 0.55 | 0.04 | 0.55 | 304.76 | 0.38 | 0.32 |
| Hex | 72 | 33 | 6D | 0 | 37 | 4 | 37 | 131 | 26 | 20 |
| Octal | 162 | 63 | 155 | 0 | 67 | 4 | 67 | 461 | 46 | 40 |
| Binary | 1110010 | 110011 | 1101101 | 0 | 110111 | 100 | 110111 | 100110001 | 100110 | 100000 |
Color Harmonies of #72336D
Complementary color
Monochromatic Colors of #72336D
Black with #72336D
Text Example
Text Example
White with #72336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72336D; }
p { color: rgb(114,51,109); }
H1.HeaderClassName
{
color: #72336D;
}
.AnyTagClassName
{
color: #72336D;
}
</style>
background-color css
<style>
a { background-color: #72336D; }
a { background-color: rgb(114,51,109); }
div.DivClassName
{
background-color: #72336D;
}
.BgClassName
{
background-color: #72336D;
}
</style>
border-color css
<style>
span { border-color: #72336D; }
span { border-color: rgb(114,51,109); }
td.TdClassName
{
border-color: #72336D;
}
.TagClassName
{
border-color: #72336D;
}
</style>