Shades of Seance #672F75
Tints of Seance #672F75
RGB
CMYK
RGB Variations
Color information
#672F75 (or 0x672F75) is known color: Seance. HEX triplet: 67, 2F and 75. RGB value is (103,47,117). Sum of RGB (Red+Green+Blue) = 103+47+117=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #672F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672F75 is #98D08A. Grayscale: #474747. Windows color (decimal): -10014859 or 7679847. OLE color: 7679847.
HSL color Cylindrical-coordinate representation of color #672F75: hue angle of 288º 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 #672F75 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 47 | 117 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.54 |
| HSL | 288º | 0.43% | 0.32% | - |
| HSV(B) | 288º | 0.6% | 0.46% | - |
| XYZ | 9.82 | 6.2 | 17.51 | - |
| YUV | 71.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 117 | 0.12 | 0.60 | 0 | 0.54 | 288 | 0.43 | 0.32 |
| Hex | 67 | 2F | 75 | C | 3C | 0 | 36 | 120 | 2B | 20 |
| Octal | 147 | 57 | 165 | 14 | 74 | 0 | 66 | 440 | 53 | 40 |
| Binary | 1100111 | 101111 | 1110101 | 1100 | 111100 | 0 | 110110 | 100100000 | 101011 | 100000 |
Color Harmonies of #672F75
Complementary color
Monochromatic Colors of #672F75
Black with #672F75
Text Example
Text Example
White with #672F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F75; }
p { color: rgb(103,47,117); }
H1.HeaderClassName
{
color: #672F75;
}
.AnyTagClassName
{
color: #672F75;
}
</style>
background-color css
<style>
a { background-color: #672F75; }
a { background-color: rgb(103,47,117); }
div.DivClassName
{
background-color: #672F75;
}
.BgClassName
{
background-color: #672F75;
}
</style>
border-color css
<style>
span { border-color: #672F75; }
span { border-color: rgb(103,47,117); }
td.TdClassName
{
border-color: #672F75;
}
.TagClassName
{
border-color: #672F75;
}
</style>