Shades of Seance #673272
Tints of Seance #673272
RGB
CMYK
RGB Variations
Color information
#673272 (or 0x673272) is known color: Seance. HEX triplet: 67, 32 and 72. RGB value is (103,50,114). Sum of RGB (Red+Green+Blue) = 103+50+114=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #673272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673272 is #98CD8D. Grayscale: #484848. Windows color (decimal): -10014094 or 7484007. OLE color: 7484007.
HSL color Cylindrical-coordinate representation of color #673272: hue angle of 289.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #673272 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 50 | 114 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.55 |
| HSL | 289.69º | 0.39% | 0.32% | - |
| HSV(B) | 289.69º | 0.56% | 0.45% | - |
| XYZ | 9.77 | 6.38 | 16.64 | - |
| YUV | 73.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 114 | 0.10 | 0.56 | 0 | 0.55 | 289.69 | 0.39 | 0.32 |
| Hex | 67 | 32 | 72 | A | 38 | 0 | 37 | 122 | 27 | 20 |
| Octal | 147 | 62 | 162 | 12 | 70 | 0 | 67 | 442 | 47 | 40 |
| Binary | 1100111 | 110010 | 1110010 | 1010 | 111000 | 0 | 110111 | 100100010 | 100111 | 100000 |
Color Harmonies of #673272
Complementary color
Monochromatic Colors of #673272
Black with #673272
Text Example
Text Example
White with #673272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673272; }
p { color: rgb(103,50,114); }
H1.HeaderClassName
{
color: #673272;
}
.AnyTagClassName
{
color: #673272;
}
</style>
background-color css
<style>
a { background-color: #673272; }
a { background-color: rgb(103,50,114); }
div.DivClassName
{
background-color: #673272;
}
.BgClassName
{
background-color: #673272;
}
</style>
border-color css
<style>
span { border-color: #673272; }
span { border-color: rgb(103,50,114); }
td.TdClassName
{
border-color: #673272;
}
.TagClassName
{
border-color: #673272;
}
</style>