Shades of Seance #672D67
Tints of Seance #672D67
RGB
CMYK
RGB Variations
Color information
#672D67 (or 0x672D67) is known color: Seance. HEX triplet: 67, 2D and 67. RGB value is (103,45,103). Sum of RGB (Red+Green+Blue) = 103+45+103=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #672D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672D67 is #98D298. Grayscale: #444444. Windows color (decimal): -10015385 or 6761831. OLE color: 6761831.
HSL color Cylindrical-coordinate representation of color #672D67: hue angle of 300º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D67 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 103 | - |
| CMYK | 0 | 0.56 | 0 | 0.60 |
| HSL | 300º | 0.39% | 0.29% | - |
| HSV(B) | 300º | 0.56% | 0.4% | - |
| XYZ | 8.98 | 5.74 | 13.47 | - |
| YUV | 68.95 | 147.22 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 103 | 0 | 0.56 | 0 | 0.60 | 300 | 0.39 | 0.29 |
| Hex | 67 | 2D | 67 | 0 | 38 | 0 | 3C | 12C | 27 | 1D |
| Octal | 147 | 55 | 147 | 0 | 70 | 0 | 74 | 454 | 47 | 35 |
| Binary | 1100111 | 101101 | 1100111 | 0 | 111000 | 0 | 111100 | 100101100 | 100111 | 11101 |
Color Harmonies of #672D67
Complementary color
Monochromatic Colors of #672D67
Black with #672D67
Text Example
Text Example
White with #672D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D67; }
p { color: rgb(103,45,103); }
H1.HeaderClassName
{
color: #672D67;
}
.AnyTagClassName
{
color: #672D67;
}
</style>
background-color css
<style>
a { background-color: #672D67; }
a { background-color: rgb(103,45,103); }
div.DivClassName
{
background-color: #672D67;
}
.BgClassName
{
background-color: #672D67;
}
</style>
border-color css
<style>
span { border-color: #672D67; }
span { border-color: rgb(103,45,103); }
td.TdClassName
{
border-color: #672D67;
}
.TagClassName
{
border-color: #672D67;
}
</style>