Shades of Seance #673076
Tints of Seance #673076
RGB
CMYK
RGB Variations
Color information
#673076 (or 0x673076) is known color: Seance. HEX triplet: 67, 30 and 76. RGB value is (103,48,118). Sum of RGB (Red+Green+Blue) = 103+48+118=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #673076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673076 is #98CF89. Grayscale: #484848. Windows color (decimal): -10014602 or 7745639. OLE color: 7745639.
HSL color Cylindrical-coordinate representation of color #673076: hue angle of 287.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #673076 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 48 | 118 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.54 |
| HSL | 287.14º | 0.42% | 0.33% | - |
| HSV(B) | 287.14º | 0.59% | 0.46% | - |
| XYZ | 9.92 | 6.31 | 17.83 | - |
| YUV | 72.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 118 | 0.13 | 0.59 | 0 | 0.54 | 287.14 | 0.42 | 0.33 |
| Hex | 67 | 30 | 76 | D | 3B | 0 | 36 | 11F | 2A | 21 |
| Octal | 147 | 60 | 166 | 15 | 73 | 0 | 66 | 437 | 52 | 41 |
| Binary | 1100111 | 110000 | 1110110 | 1101 | 111011 | 0 | 110110 | 100011111 | 101010 | 100001 |
Color Harmonies of #673076
Complementary color
Monochromatic Colors of #673076
Black with #673076
Text Example
Text Example
White with #673076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673076; }
p { color: rgb(103,48,118); }
H1.HeaderClassName
{
color: #673076;
}
.AnyTagClassName
{
color: #673076;
}
</style>
background-color css
<style>
a { background-color: #673076; }
a { background-color: rgb(103,48,118); }
div.DivClassName
{
background-color: #673076;
}
.BgClassName
{
background-color: #673076;
}
</style>
border-color css
<style>
span { border-color: #673076; }
span { border-color: rgb(103,48,118); }
td.TdClassName
{
border-color: #673076;
}
.TagClassName
{
border-color: #673076;
}
</style>