Shades of Seance #683373
Tints of Seance #683373
RGB
CMYK
RGB Variations
Color information
#683373 (or 0x683373) is known color: Seance. HEX triplet: 68, 33 and 73. RGB value is (104,51,115). Sum of RGB (Red+Green+Blue) = 104+51+115=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #683373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683373 is #97CC8C. Grayscale: #494949. Windows color (decimal): -9948301 or 7549800. OLE color: 7549800.
HSL color Cylindrical-coordinate representation of color #683373: hue angle of 289.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683373 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 51 | 115 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.55 |
| HSL | 289.69º | 0.39% | 0.33% | - |
| HSV(B) | 289.69º | 0.56% | 0.45% | - |
| XYZ | 9.99 | 6.55 | 16.96 | - |
| YUV | 74.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 115 | 0.10 | 0.56 | 0 | 0.55 | 289.69 | 0.39 | 0.33 |
| Hex | 68 | 33 | 73 | A | 38 | 0 | 37 | 122 | 27 | 21 |
| Octal | 150 | 63 | 163 | 12 | 70 | 0 | 67 | 442 | 47 | 41 |
| Binary | 1101000 | 110011 | 1110011 | 1010 | 111000 | 0 | 110111 | 100100010 | 100111 | 100001 |
Color Harmonies of #683373
Complementary color
Monochromatic Colors of #683373
Black with #683373
Text Example
Text Example
White with #683373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683373; }
p { color: rgb(104,51,115); }
H1.HeaderClassName
{
color: #683373;
}
.AnyTagClassName
{
color: #683373;
}
</style>
background-color css
<style>
a { background-color: #683373; }
a { background-color: rgb(104,51,115); }
div.DivClassName
{
background-color: #683373;
}
.BgClassName
{
background-color: #683373;
}
</style>
border-color css
<style>
span { border-color: #683373; }
span { border-color: rgb(104,51,115); }
td.TdClassName
{
border-color: #683373;
}
.TagClassName
{
border-color: #683373;
}
</style>