Shades of Seance #672F76
Tints of Seance #672F76
RGB
CMYK
RGB Variations
Color information
#672F76 (or 0x672F76) is known color: Seance. HEX triplet: 67, 2F and 76. RGB value is (103,47,118). Sum of RGB (Red+Green+Blue) = 103+47+118=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #672F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672F76 is #98D089. Grayscale: #474747. Windows color (decimal): -10014858 or 7745383. OLE color: 7745383.
HSL color Cylindrical-coordinate representation of color #672F76: hue angle of 287.32º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #672F76 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 47 | 118 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.54 |
| HSL | 287.32º | 0.43% | 0.32% | - |
| HSV(B) | 287.32º | 0.6% | 0.46% | - |
| XYZ | 9.88 | 6.22 | 17.82 | - |
| YUV | 71.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 118 | 0.13 | 0.60 | 0 | 0.54 | 287.32 | 0.43 | 0.32 |
| Hex | 67 | 2F | 76 | D | 3C | 0 | 36 | 11F | 2B | 20 |
| Octal | 147 | 57 | 166 | 15 | 74 | 0 | 66 | 437 | 53 | 40 |
| Binary | 1100111 | 101111 | 1110110 | 1101 | 111100 | 0 | 110110 | 100011111 | 101011 | 100000 |
Color Harmonies of #672F76
Complementary color
Monochromatic Colors of #672F76
Black with #672F76
Text Example
Text Example
White with #672F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F76; }
p { color: rgb(103,47,118); }
H1.HeaderClassName
{
color: #672F76;
}
.AnyTagClassName
{
color: #672F76;
}
</style>
background-color css
<style>
a { background-color: #672F76; }
a { background-color: rgb(103,47,118); }
div.DivClassName
{
background-color: #672F76;
}
.BgClassName
{
background-color: #672F76;
}
</style>
border-color css
<style>
span { border-color: #672F76; }
span { border-color: rgb(103,47,118); }
td.TdClassName
{
border-color: #672F76;
}
.TagClassName
{
border-color: #672F76;
}
</style>