Shades of Seance #672A6C
Tints of Seance #672A6C
RGB
CMYK
RGB Variations
Color information
#672A6C (or 0x672A6C) is known color: Seance. HEX triplet: 67, 2A and 6C. RGB value is (103,42,108). Sum of RGB (Red+Green+Blue) = 103+42+108=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #672A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A6C is #98D593. Grayscale: #434343. Windows color (decimal): -10016148 or 7088743. OLE color: 7088743.
HSL color Cylindrical-coordinate representation of color #672A6C: hue angle of 295.45º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #672A6C is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 42 | 108 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.58 |
| HSL | 295.45º | 0.44% | 0.29% | - |
| HSV(B) | 295.45º | 0.61% | 0.42% | - |
| XYZ | 9.13 | 5.62 | 14.79 | - |
| YUV | 67.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 108 | 0.05 | 0.61 | 0 | 0.58 | 295.45 | 0.44 | 0.29 |
| Hex | 67 | 2A | 6C | 5 | 3D | 0 | 3A | 127 | 2C | 1D |
| Octal | 147 | 52 | 154 | 5 | 75 | 0 | 72 | 447 | 54 | 35 |
| Binary | 1100111 | 101010 | 1101100 | 101 | 111101 | 0 | 111010 | 100100111 | 101100 | 11101 |
Color Harmonies of #672A6C
Complementary color
Monochromatic Colors of #672A6C
Black with #672A6C
Text Example
Text Example
White with #672A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A6C; }
p { color: rgb(103,42,108); }
H1.HeaderClassName
{
color: #672A6C;
}
.AnyTagClassName
{
color: #672A6C;
}
</style>
background-color css
<style>
a { background-color: #672A6C; }
a { background-color: rgb(103,42,108); }
div.DivClassName
{
background-color: #672A6C;
}
.BgClassName
{
background-color: #672A6C;
}
</style>
border-color css
<style>
span { border-color: #672A6C; }
span { border-color: rgb(103,42,108); }
td.TdClassName
{
border-color: #672A6C;
}
.TagClassName
{
border-color: #672A6C;
}
</style>