Shades of Seance #682B73
Tints of Seance #682B73
RGB
CMYK
RGB Variations
Color information
#682B73 (or 0x682B73) is known color: Seance. HEX triplet: 68, 2B and 73. RGB value is (104,43,115). Sum of RGB (Red+Green+Blue) = 104+43+115=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #682B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B73 is #97D48C. Grayscale: #454545. Windows color (decimal): -9950349 or 7547752. OLE color: 7547752.
HSL color Cylindrical-coordinate representation of color #682B73: hue angle of 290.83º 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 #682B73 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 43 | 115 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.55 |
| HSL | 290.83º | 0.46% | 0.31% | - |
| HSV(B) | 290.83º | 0.63% | 0.45% | - |
| XYZ | 9.67 | 5.91 | 16.85 | - |
| YUV | 69.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 115 | 0.10 | 0.63 | 0 | 0.55 | 290.83 | 0.46 | 0.31 |
| Hex | 68 | 2B | 73 | A | 3F | 0 | 37 | 123 | 2E | 1F |
| Octal | 150 | 53 | 163 | 12 | 77 | 0 | 67 | 443 | 56 | 37 |
| Binary | 1101000 | 101011 | 1110011 | 1010 | 111111 | 0 | 110111 | 100100011 | 101110 | 11111 |
Color Harmonies of #682B73
Complementary color
Monochromatic Colors of #682B73
Black with #682B73
Text Example
Text Example
White with #682B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B73; }
p { color: rgb(104,43,115); }
H1.HeaderClassName
{
color: #682B73;
}
.AnyTagClassName
{
color: #682B73;
}
</style>
background-color css
<style>
a { background-color: #682B73; }
a { background-color: rgb(104,43,115); }
div.DivClassName
{
background-color: #682B73;
}
.BgClassName
{
background-color: #682B73;
}
</style>
border-color css
<style>
span { border-color: #682B73; }
span { border-color: rgb(104,43,115); }
td.TdClassName
{
border-color: #682B73;
}
.TagClassName
{
border-color: #682B73;
}
</style>