Shades of Seance #673073
Tints of Seance #673073
RGB
CMYK
RGB Variations
Color information
#673073 (or 0x673073) is known color: Seance. HEX triplet: 67, 30 and 73. RGB value is (103,48,115). Sum of RGB (Red+Green+Blue) = 103+48+115=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #673073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673073 is #98CF8C. Grayscale: #474747. Windows color (decimal): -10014605 or 7549031. OLE color: 7549031.
HSL color Cylindrical-coordinate representation of color #673073: hue angle of 289.25º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #673073 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 48 | 115 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.55 |
| HSL | 289.25º | 0.41% | 0.32% | - |
| HSV(B) | 289.25º | 0.58% | 0.45% | - |
| XYZ | 9.74 | 6.24 | 16.91 | - |
| YUV | 72.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 115 | 0.10 | 0.58 | 0 | 0.55 | 289.25 | 0.41 | 0.32 |
| Hex | 67 | 30 | 73 | A | 3A | 0 | 37 | 121 | 29 | 20 |
| Octal | 147 | 60 | 163 | 12 | 72 | 0 | 67 | 441 | 51 | 40 |
| Binary | 1100111 | 110000 | 1110011 | 1010 | 111010 | 0 | 110111 | 100100001 | 101001 | 100000 |
Color Harmonies of #673073
Complementary color
Monochromatic Colors of #673073
Black with #673073
Text Example
Text Example
White with #673073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673073; }
p { color: rgb(103,48,115); }
H1.HeaderClassName
{
color: #673073;
}
.AnyTagClassName
{
color: #673073;
}
</style>
background-color css
<style>
a { background-color: #673073; }
a { background-color: rgb(103,48,115); }
div.DivClassName
{
background-color: #673073;
}
.BgClassName
{
background-color: #673073;
}
</style>
border-color css
<style>
span { border-color: #673073; }
span { border-color: rgb(103,48,115); }
td.TdClassName
{
border-color: #673073;
}
.TagClassName
{
border-color: #673073;
}
</style>