Shades of Seance #72306F
Tints of Seance #72306F
RGB
CMYK
RGB Variations
Color information
#72306F (or 0x72306F) is known color: Seance. HEX triplet: 72, 30 and 6F. RGB value is (114,48,111). Sum of RGB (Red+Green+Blue) = 114+48+111=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72306F is #8DCF90. Grayscale: #4A4A4A. Windows color (decimal): -9293713 or 7286898. OLE color: 7286898.
HSL color Cylindrical-coordinate representation of color #72306F: hue angle of 302.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72306F is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 111 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.55 |
| HSL | 302.73º | 0.41% | 0.32% | - |
| HSV(B) | 302.73º | 0.58% | 0.45% | - |
| XYZ | 10.87 | 6.84 | 15.79 | - |
| YUV | 74.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 111 | 0 | 0.58 | 0.03 | 0.55 | 302.73 | 0.41 | 0.32 |
| Hex | 72 | 30 | 6F | 0 | 3A | 3 | 37 | 12F | 29 | 20 |
| Octal | 162 | 60 | 157 | 0 | 72 | 3 | 67 | 457 | 51 | 40 |
| Binary | 1110010 | 110000 | 1101111 | 0 | 111010 | 11 | 110111 | 100101111 | 101001 | 100000 |
Color Harmonies of #72306F
Complementary color
Monochromatic Colors of #72306F
Black with #72306F
Text Example
Text Example
White with #72306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72306F; }
p { color: rgb(114,48,111); }
H1.HeaderClassName
{
color: #72306F;
}
.AnyTagClassName
{
color: #72306F;
}
</style>
background-color css
<style>
a { background-color: #72306F; }
a { background-color: rgb(114,48,111); }
div.DivClassName
{
background-color: #72306F;
}
.BgClassName
{
background-color: #72306F;
}
</style>
border-color css
<style>
span { border-color: #72306F; }
span { border-color: rgb(114,48,111); }
td.TdClassName
{
border-color: #72306F;
}
.TagClassName
{
border-color: #72306F;
}
</style>