Shades of Seance #72197A
Tints of Seance #72197A
RGB
CMYK
RGB Variations
Color information
#72197A (or 0x72197A) is known color: Seance. HEX triplet: 72, 19 and 7A. RGB value is (114,25,122). Sum of RGB (Red+Green+Blue) = 114+25+122=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #72197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72197A is #8DE685. Grayscale: #3E3E3E. Windows color (decimal): -9299590 or 8001906. OLE color: 8001906.
HSL color Cylindrical-coordinate representation of color #72197A: hue angle of 295.05º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72197A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 25 | 122 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.52 |
| HSL | 295.05º | 0.66% | 0.29% | - |
| HSV(B) | 295.05º | 0.8% | 0.48% | - |
| XYZ | 10.8 | 5.68 | 18.94 | - |
| YUV | 62.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 122 | 0.07 | 0.80 | 0 | 0.52 | 295.05 | 0.66 | 0.29 |
| Hex | 72 | 19 | 7A | 7 | 50 | 0 | 34 | 127 | 42 | 1D |
| Octal | 162 | 31 | 172 | 7 | 120 | 0 | 64 | 447 | 102 | 35 |
| Binary | 1110010 | 11001 | 1111010 | 111 | 1010000 | 0 | 110100 | 100100111 | 1000010 | 11101 |
Color Harmonies of #72197A
Complementary color
Monochromatic Colors of #72197A
Black with #72197A
Text Example
Text Example
White with #72197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72197A; }
p { color: rgb(114,25,122); }
H1.HeaderClassName
{
color: #72197A;
}
.AnyTagClassName
{
color: #72197A;
}
</style>
background-color css
<style>
a { background-color: #72197A; }
a { background-color: rgb(114,25,122); }
div.DivClassName
{
background-color: #72197A;
}
.BgClassName
{
background-color: #72197A;
}
</style>
border-color css
<style>
span { border-color: #72197A; }
span { border-color: rgb(114,25,122); }
td.TdClassName
{
border-color: #72197A;
}
.TagClassName
{
border-color: #72197A;
}
</style>