Shades of Seance #72247A
Tints of Seance #72247A
RGB
CMYK
RGB Variations
Color information
#72247A (or 0x72247A) is known color: Seance. HEX triplet: 72, 24 and 7A. RGB value is (114,36,122). Sum of RGB (Red+Green+Blue) = 114+36+122=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #72247A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72247A is #8DDB85. Grayscale: #444444. Windows color (decimal): -9296774 or 8004722. OLE color: 8004722.
HSL color Cylindrical-coordinate representation of color #72247A: hue angle of 294.42º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72247A is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 36 | 122 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.52 |
| HSL | 294.42º | 0.54% | 0.31% | - |
| HSV(B) | 294.42º | 0.7% | 0.48% | - |
| XYZ | 11.08 | 6.24 | 19.03 | - |
| YUV | 69.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 122 | 0.07 | 0.70 | 0 | 0.52 | 294.42 | 0.54 | 0.31 |
| Hex | 72 | 24 | 7A | 7 | 46 | 0 | 34 | 126 | 36 | 1F |
| Octal | 162 | 44 | 172 | 7 | 106 | 0 | 64 | 446 | 66 | 37 |
| Binary | 1110010 | 100100 | 1111010 | 111 | 1000110 | 0 | 110100 | 100100110 | 110110 | 11111 |
Color Harmonies of #72247A
Complementary color
Monochromatic Colors of #72247A
Black with #72247A
Text Example
Text Example
White with #72247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72247A; }
p { color: rgb(114,36,122); }
H1.HeaderClassName
{
color: #72247A;
}
.AnyTagClassName
{
color: #72247A;
}
</style>
background-color css
<style>
a { background-color: #72247A; }
a { background-color: rgb(114,36,122); }
div.DivClassName
{
background-color: #72247A;
}
.BgClassName
{
background-color: #72247A;
}
</style>
border-color css
<style>
span { border-color: #72247A; }
span { border-color: rgb(114,36,122); }
td.TdClassName
{
border-color: #72247A;
}
.TagClassName
{
border-color: #72247A;
}
</style>