Shades of Seance #72237E
Tints of Seance #72237E
RGB
CMYK
RGB Variations
Color information
#72237E (or 0x72237E) is known color: Seance. HEX triplet: 72, 23 and 7E. RGB value is (114,35,126). Sum of RGB (Red+Green+Blue) = 114+35+126=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #72237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72237E is #8DDC81. Grayscale: #444444. Windows color (decimal): -9297026 or 8266610. OLE color: 8266610.
HSL color Cylindrical-coordinate representation of color #72237E: hue angle of 292.09º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72237E is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 35 | 126 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.51 |
| HSL | 292.09º | 0.57% | 0.32% | - |
| HSV(B) | 292.09º | 0.72% | 0.49% | - |
| XYZ | 11.31 | 6.29 | 20.36 | - |
| YUV | 69 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 126 | 0.10 | 0.72 | 0 | 0.51 | 292.09 | 0.57 | 0.32 |
| Hex | 72 | 23 | 7E | A | 48 | 0 | 33 | 124 | 39 | 20 |
| Octal | 162 | 43 | 176 | 12 | 110 | 0 | 63 | 444 | 71 | 40 |
| Binary | 1110010 | 100011 | 1111110 | 1010 | 1001000 | 0 | 110011 | 100100100 | 111001 | 100000 |
Color Harmonies of #72237E
Complementary color
Monochromatic Colors of #72237E
Black with #72237E
Text Example
Text Example
White with #72237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72237E; }
p { color: rgb(114,35,126); }
H1.HeaderClassName
{
color: #72237E;
}
.AnyTagClassName
{
color: #72237E;
}
</style>
background-color css
<style>
a { background-color: #72237E; }
a { background-color: rgb(114,35,126); }
div.DivClassName
{
background-color: #72237E;
}
.BgClassName
{
background-color: #72237E;
}
</style>
border-color css
<style>
span { border-color: #72237E; }
span { border-color: rgb(114,35,126); }
td.TdClassName
{
border-color: #72237E;
}
.TagClassName
{
border-color: #72237E;
}
</style>