Shades of Seance #72286E
Tints of Seance #72286E
RGB
CMYK
RGB Variations
Color information
#72286E (or 0x72286E) is known color: Seance. HEX triplet: 72, 28 and 6E. RGB value is (114,40,110). Sum of RGB (Red+Green+Blue) = 114+40+110=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #72286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72286E is #8DD791. Grayscale: #454545. Windows color (decimal): -9295762 or 7219314. OLE color: 7219314.
HSL color Cylindrical-coordinate representation of color #72286E: hue angle of 303.24º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72286E is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 110 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.55 |
| HSL | 303.24º | 0.48% | 0.3% | - |
| HSV(B) | 303.24º | 0.65% | 0.45% | - |
| XYZ | 10.51 | 6.22 | 15.4 | - |
| YUV | 70.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 110 | 0 | 0.65 | 0.04 | 0.55 | 303.24 | 0.48 | 0.3 |
| Hex | 72 | 28 | 6E | 0 | 41 | 4 | 37 | 12F | 30 | 1E |
| Octal | 162 | 50 | 156 | 0 | 101 | 4 | 67 | 457 | 60 | 36 |
| Binary | 1110010 | 101000 | 1101110 | 0 | 1000001 | 100 | 110111 | 100101111 | 110000 | 11110 |
Color Harmonies of #72286E
Complementary color
Monochromatic Colors of #72286E
Black with #72286E
Text Example
Text Example
White with #72286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72286E; }
p { color: rgb(114,40,110); }
H1.HeaderClassName
{
color: #72286E;
}
.AnyTagClassName
{
color: #72286E;
}
</style>
background-color css
<style>
a { background-color: #72286E; }
a { background-color: rgb(114,40,110); }
div.DivClassName
{
background-color: #72286E;
}
.BgClassName
{
background-color: #72286E;
}
</style>
border-color css
<style>
span { border-color: #72286E; }
span { border-color: rgb(114,40,110); }
td.TdClassName
{
border-color: #72286E;
}
.TagClassName
{
border-color: #72286E;
}
</style>