#682976

Color #682976 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #682976

Tints of Seance #682976

Color information

#682976 (or 0x682976) is unknown color: approx Seance. HEX triplet: 68, 29 and 76. RGB value is (104,41,118). Sum of RGB (Red+Green+Blue) = 104+41+118=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #682976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682976 is #97D689. Grayscale: #444444. Windows color (decimal): -9950858 or 7743848. OLE color: 7743848.

HSL color Cylindrical-coordinate representation of color #682976: hue angle of 289.09º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682976 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10441118-
CMYK0.120.6500.54
HSL289.09º48.43%31.18%-
HSV(B)289.09º65.25%46.27%-
XYZ9.775.8417.75-
YUV68.61155.87153.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=39.54%
G=15.59%
B=44.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104411180.120.6500.54289.0948.4331.18
Hex682976C41036121301f
Octal15051166141010664416037
Binary1101000101001111011011001000001011011010010000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682976; }

 p { color: rgb(104,41,118); }

 H1.HeaderClassName
 {
   color: #682976;
 }
 .AnyTagClassName
 {
   color: #682976;
 }
</style>
background-color css

<style>
 a { background-color: #682976; }

 a { background-color: rgb(104,41,118); }

 div.DivClassName
 {
   background-color: #682976;
 }
 .BgClassName
 {
   background-color: #682976;
 }
</style>
border-color css

<style>
 span { border-color: #682976; }

 span { border-color: rgb(104,41,118); }

 td.TdClassName
 {
   border-color: #682976;
 }
 .TagClassName
 {
   border-color: #682976;
 }
</style>