Shades of Seance #682872
Tints of Seance #682872
RGB
CMYK
RGB Variations
Color information
#682872 (or 0x682872) is known color: Seance. HEX triplet: 68, 28 and 72. RGB value is (104,40,114). Sum of RGB (Red+Green+Blue) = 104+40+114=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #682872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682872 is #97D78D. Grayscale: #434343. Windows color (decimal): -9951118 or 7481448. OLE color: 7481448.
HSL color Cylindrical-coordinate representation of color #682872: hue angle of 291.89º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682872 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 40 | 114 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.55 |
| HSL | 291.89º | 0.48% | 0.3% | - |
| HSV(B) | 291.89º | 0.65% | 0.45% | - |
| XYZ | 9.5 | 5.68 | 16.51 | - |
| YUV | 67.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 114 | 0.09 | 0.65 | 0 | 0.55 | 291.89 | 0.48 | 0.3 |
| Hex | 68 | 28 | 72 | 9 | 41 | 0 | 37 | 124 | 30 | 1E |
| Octal | 150 | 50 | 162 | 11 | 101 | 0 | 67 | 444 | 60 | 36 |
| Binary | 1101000 | 101000 | 1110010 | 1001 | 1000001 | 0 | 110111 | 100100100 | 110000 | 11110 |
Color Harmonies of #682872
Complementary color
Monochromatic Colors of #682872
Black with #682872
Text Example
Text Example
White with #682872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682872; }
p { color: rgb(104,40,114); }
H1.HeaderClassName
{
color: #682872;
}
.AnyTagClassName
{
color: #682872;
}
</style>
background-color css
<style>
a { background-color: #682872; }
a { background-color: rgb(104,40,114); }
div.DivClassName
{
background-color: #682872;
}
.BgClassName
{
background-color: #682872;
}
</style>
border-color css
<style>
span { border-color: #682872; }
span { border-color: rgb(104,40,114); }
td.TdClassName
{
border-color: #682872;
}
.TagClassName
{
border-color: #682872;
}
</style>