Shades of Seance #673372
Tints of Seance #673372
RGB
CMYK
RGB Variations
Color information
#673372 (or 0x673372) is known color: Seance. HEX triplet: 67, 33 and 72. RGB value is (103,51,114). Sum of RGB (Red+Green+Blue) = 103+51+114=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #673372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673372 is #98CC8D. Grayscale: #494949. Windows color (decimal): -10013838 or 7484263. OLE color: 7484263.
HSL color Cylindrical-coordinate representation of color #673372: hue angle of 289.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #673372 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 51 | 114 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.55 |
| HSL | 289.52º | 0.38% | 0.32% | - |
| HSV(B) | 289.52º | 0.55% | 0.45% | - |
| XYZ | 9.81 | 6.47 | 16.65 | - |
| YUV | 73.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 114 | 0.10 | 0.55 | 0 | 0.55 | 289.52 | 0.38 | 0.32 |
| Hex | 67 | 33 | 72 | A | 37 | 0 | 37 | 122 | 26 | 20 |
| Octal | 147 | 63 | 162 | 12 | 67 | 0 | 67 | 442 | 46 | 40 |
| Binary | 1100111 | 110011 | 1110010 | 1010 | 110111 | 0 | 110111 | 100100010 | 100110 | 100000 |
Color Harmonies of #673372
Complementary color
Monochromatic Colors of #673372
Black with #673372
Text Example
Text Example
White with #673372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673372; }
p { color: rgb(103,51,114); }
H1.HeaderClassName
{
color: #673372;
}
.AnyTagClassName
{
color: #673372;
}
</style>
background-color css
<style>
a { background-color: #673372; }
a { background-color: rgb(103,51,114); }
div.DivClassName
{
background-color: #673372;
}
.BgClassName
{
background-color: #673372;
}
</style>
border-color css
<style>
span { border-color: #673372; }
span { border-color: rgb(103,51,114); }
td.TdClassName
{
border-color: #673372;
}
.TagClassName
{
border-color: #673372;
}
</style>