Shades of Seance #672E73
Tints of Seance #672E73
RGB
CMYK
RGB Variations
Color information
#672E73 (or 0x672E73) is known color: Seance. HEX triplet: 67, 2E and 73. RGB value is (103,46,115). Sum of RGB (Red+Green+Blue) = 103+46+115=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #672E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672E73 is #98D18C. Grayscale: #464646. Windows color (decimal): -10015117 or 7548519. OLE color: 7548519.
HSL color Cylindrical-coordinate representation of color #672E73: hue angle of 289.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #672E73 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 46 | 115 | - |
| CMYK | 0.10 | 0.6 | 0 | 0.55 |
| HSL | 289.57º | 0.43% | 0.32% | - |
| HSV(B) | 289.57º | 0.6% | 0.45% | - |
| XYZ | 9.67 | 6.08 | 16.88 | - |
| YUV | 70.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 115 | 0.10 | 0.6 | 0 | 0.55 | 289.57 | 0.43 | 0.32 |
| Hex | 67 | 2E | 73 | A | 3C | 0 | 37 | 122 | 2B | 20 |
| Octal | 147 | 56 | 163 | 12 | 74 | 0 | 67 | 442 | 53 | 40 |
| Binary | 1100111 | 101110 | 1110011 | 1010 | 111100 | 0 | 110111 | 100100010 | 101011 | 100000 |
Color Harmonies of #672E73
Complementary color
Monochromatic Colors of #672E73
Black with #672E73
Text Example
Text Example
White with #672E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672E73; }
p { color: rgb(103,46,115); }
H1.HeaderClassName
{
color: #672E73;
}
.AnyTagClassName
{
color: #672E73;
}
</style>
background-color css
<style>
a { background-color: #672E73; }
a { background-color: rgb(103,46,115); }
div.DivClassName
{
background-color: #672E73;
}
.BgClassName
{
background-color: #672E73;
}
</style>
border-color css
<style>
span { border-color: #672E73; }
span { border-color: rgb(103,46,115); }
td.TdClassName
{
border-color: #672E73;
}
.TagClassName
{
border-color: #672E73;
}
</style>