Shades of Seance #72326C
Tints of Seance #72326C
RGB
CMYK
RGB Variations
Color information
#72326C (or 0x72326C) is known color: Seance. HEX triplet: 72, 32 and 6C. RGB value is (114,50,108). Sum of RGB (Red+Green+Blue) = 114+50+108=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72326C is #8DCD93. Grayscale: #4B4B4B. Windows color (decimal): -9293204 or 7090802. OLE color: 7090802.
HSL color Cylindrical-coordinate representation of color #72326C: hue angle of 305.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72326C is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 108 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.55 |
| HSL | 305.63º | 0.39% | 0.32% | - |
| HSV(B) | 305.63º | 0.56% | 0.45% | - |
| XYZ | 10.79 | 6.94 | 14.96 | - |
| YUV | 75.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 108 | 0 | 0.56 | 0.05 | 0.55 | 305.63 | 0.39 | 0.32 |
| Hex | 72 | 32 | 6C | 0 | 38 | 5 | 37 | 132 | 27 | 20 |
| Octal | 162 | 62 | 154 | 0 | 70 | 5 | 67 | 462 | 47 | 40 |
| Binary | 1110010 | 110010 | 1101100 | 0 | 111000 | 101 | 110111 | 100110010 | 100111 | 100000 |
Color Harmonies of #72326C
Complementary color
Monochromatic Colors of #72326C
Black with #72326C
Text Example
Text Example
White with #72326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72326C; }
p { color: rgb(114,50,108); }
H1.HeaderClassName
{
color: #72326C;
}
.AnyTagClassName
{
color: #72326C;
}
</style>
background-color css
<style>
a { background-color: #72326C; }
a { background-color: rgb(114,50,108); }
div.DivClassName
{
background-color: #72326C;
}
.BgClassName
{
background-color: #72326C;
}
</style>
border-color css
<style>
span { border-color: #72326C; }
span { border-color: rgb(114,50,108); }
td.TdClassName
{
border-color: #72326C;
}
.TagClassName
{
border-color: #72326C;
}
</style>