Shades of Seance #672A73
Tints of Seance #672A73
RGB
CMYK
RGB Variations
Color information
#672A73 (or 0x672A73) is known color: Seance. HEX triplet: 67, 2A and 73. RGB value is (103,42,115). Sum of RGB (Red+Green+Blue) = 103+42+115=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #672A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A73 is #98D58C. Grayscale: #444444. Windows color (decimal): -10016141 or 7547495. OLE color: 7547495.
HSL color Cylindrical-coordinate representation of color #672A73: hue angle of 290.14º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672A73 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 42 | 115 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.55 |
| HSL | 290.14º | 0.46% | 0.31% | - |
| HSV(B) | 290.14º | 0.63% | 0.45% | - |
| XYZ | 9.52 | 5.78 | 16.83 | - |
| YUV | 68.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 115 | 0.10 | 0.63 | 0 | 0.55 | 290.14 | 0.46 | 0.31 |
| Hex | 67 | 2A | 73 | A | 3F | 0 | 37 | 122 | 2E | 1F |
| Octal | 147 | 52 | 163 | 12 | 77 | 0 | 67 | 442 | 56 | 37 |
| Binary | 1100111 | 101010 | 1110011 | 1010 | 111111 | 0 | 110111 | 100100010 | 101110 | 11111 |
Color Harmonies of #672A73
Complementary color
Monochromatic Colors of #672A73
Black with #672A73
Text Example
Text Example
White with #672A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A73; }
p { color: rgb(103,42,115); }
H1.HeaderClassName
{
color: #672A73;
}
.AnyTagClassName
{
color: #672A73;
}
</style>
background-color css
<style>
a { background-color: #672A73; }
a { background-color: rgb(103,42,115); }
div.DivClassName
{
background-color: #672A73;
}
.BgClassName
{
background-color: #672A73;
}
</style>
border-color css
<style>
span { border-color: #672A73; }
span { border-color: rgb(103,42,115); }
td.TdClassName
{
border-color: #672A73;
}
.TagClassName
{
border-color: #672A73;
}
</style>