Shades of Seance #672E74
Tints of Seance #672E74
RGB
CMYK
RGB Variations
Color information
#672E74 (or 0x672E74) is known color: Seance. HEX triplet: 67, 2E and 74. RGB value is (103,46,116). Sum of RGB (Red+Green+Blue) = 103+46+116=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #672E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672E74 is #98D18B. Grayscale: #464646. Windows color (decimal): -10015116 or 7614055. OLE color: 7614055.
HSL color Cylindrical-coordinate representation of color #672E74: hue angle of 288.86º 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 #672E74 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 46 | 116 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.55 |
| HSL | 288.86º | 0.43% | 0.32% | - |
| HSV(B) | 288.86º | 0.6% | 0.45% | - |
| XYZ | 9.72 | 6.1 | 17.19 | - |
| YUV | 71.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 116 | 0.11 | 0.60 | 0 | 0.55 | 288.86 | 0.43 | 0.32 |
| Hex | 67 | 2E | 74 | B | 3C | 0 | 37 | 121 | 2B | 20 |
| Octal | 147 | 56 | 164 | 13 | 74 | 0 | 67 | 441 | 53 | 40 |
| Binary | 1100111 | 101110 | 1110100 | 1011 | 111100 | 0 | 110111 | 100100001 | 101011 | 100000 |
Color Harmonies of #672E74
Complementary color
Monochromatic Colors of #672E74
Black with #672E74
Text Example
Text Example
White with #672E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672E74; }
p { color: rgb(103,46,116); }
H1.HeaderClassName
{
color: #672E74;
}
.AnyTagClassName
{
color: #672E74;
}
</style>
background-color css
<style>
a { background-color: #672E74; }
a { background-color: rgb(103,46,116); }
div.DivClassName
{
background-color: #672E74;
}
.BgClassName
{
background-color: #672E74;
}
</style>
border-color css
<style>
span { border-color: #672E74; }
span { border-color: rgb(103,46,116); }
td.TdClassName
{
border-color: #672E74;
}
.TagClassName
{
border-color: #672E74;
}
</style>