Shades of Seance #72326E
Tints of Seance #72326E
RGB
CMYK
RGB Variations
Color information
#72326E (or 0x72326E) is known color: Seance. HEX triplet: 72, 32 and 6E. RGB value is (114,50,110). Sum of RGB (Red+Green+Blue) = 114+50+110=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72326E is #8DCD91. Grayscale: #4B4B4B. Windows color (decimal): -9293202 or 7221874. OLE color: 7221874.
HSL color Cylindrical-coordinate representation of color #72326E: hue angle of 303.75º 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 #72326E is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 110 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.55 |
| HSL | 303.75º | 0.39% | 0.32% | - |
| HSV(B) | 303.75º | 0.56% | 0.45% | - |
| XYZ | 10.89 | 6.98 | 15.53 | - |
| YUV | 75.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 110 | 0 | 0.56 | 0.04 | 0.55 | 303.75 | 0.39 | 0.32 |
| Hex | 72 | 32 | 6E | 0 | 38 | 4 | 37 | 130 | 27 | 20 |
| Octal | 162 | 62 | 156 | 0 | 70 | 4 | 67 | 460 | 47 | 40 |
| Binary | 1110010 | 110010 | 1101110 | 0 | 111000 | 100 | 110111 | 100110000 | 100111 | 100000 |
Color Harmonies of #72326E
Complementary color
Monochromatic Colors of #72326E
Black with #72326E
Text Example
Text Example
White with #72326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72326E; }
p { color: rgb(114,50,110); }
H1.HeaderClassName
{
color: #72326E;
}
.AnyTagClassName
{
color: #72326E;
}
</style>
background-color css
<style>
a { background-color: #72326E; }
a { background-color: rgb(114,50,110); }
div.DivClassName
{
background-color: #72326E;
}
.BgClassName
{
background-color: #72326E;
}
</style>
border-color css
<style>
span { border-color: #72326E; }
span { border-color: rgb(114,50,110); }
td.TdClassName
{
border-color: #72326E;
}
.TagClassName
{
border-color: #72326E;
}
</style>