Shades of Seance #682177
Tints of Seance #682177
RGB
CMYK
RGB Variations
Color information
#682177 (or 0x682177) is known color: Seance. HEX triplet: 68, 21 and 77. RGB value is (104,33,119). Sum of RGB (Red+Green+Blue) = 104+33+119=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #682177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682177 is #97DE88. Grayscale: #3F3F3F. Windows color (decimal): -9952905 or 7807336. OLE color: 7807336.
HSL color Cylindrical-coordinate representation of color #682177: hue angle of 289.53º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682177 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 33 | 119 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.53 |
| HSL | 289.53º | 0.57% | 0.3% | - |
| HSV(B) | 289.53º | 0.72% | 0.47% | - |
| XYZ | 9.58 | 5.36 | 17.98 | - |
| YUV | 64.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 119 | 0.13 | 0.72 | 0 | 0.53 | 289.53 | 0.57 | 0.3 |
| Hex | 68 | 21 | 77 | D | 48 | 0 | 35 | 122 | 39 | 1E |
| Octal | 150 | 41 | 167 | 15 | 110 | 0 | 65 | 442 | 71 | 36 |
| Binary | 1101000 | 100001 | 1110111 | 1101 | 1001000 | 0 | 110101 | 100100010 | 111001 | 11110 |
Color Harmonies of #682177
Complementary color
Monochromatic Colors of #682177
Black with #682177
Text Example
Text Example
White with #682177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682177; }
p { color: rgb(104,33,119); }
H1.HeaderClassName
{
color: #682177;
}
.AnyTagClassName
{
color: #682177;
}
</style>
background-color css
<style>
a { background-color: #682177; }
a { background-color: rgb(104,33,119); }
div.DivClassName
{
background-color: #682177;
}
.BgClassName
{
background-color: #682177;
}
</style>
border-color css
<style>
span { border-color: #682177; }
span { border-color: rgb(104,33,119); }
td.TdClassName
{
border-color: #682177;
}
.TagClassName
{
border-color: #682177;
}
</style>