#682971

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

Shades of Seance #682971

Tints of Seance #682971

Color information

#682971 (or 0x682971) is unknown color: approx Seance. HEX triplet: 68, 29 and 71. RGB value is (104,41,113). Sum of RGB (Red+Green+Blue) = 104+41+113=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #682971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682971 is #97D68E. Grayscale: #434343. Windows color (decimal): -9950863 or 7416168. OLE color: 7416168.

HSL color Cylindrical-coordinate representation of color #682971: hue angle of 292.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682971 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10441113-
CMYK0.080.6400.56
HSL292.5º46.75%30.2%-
HSV(B)292.5º63.72%44.31%-
XYZ9.485.7216.23-
YUV68.04153.37153.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=40.31%
G=15.89%
B=43.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104411130.080.6400.56292.546.7530.2
Hex6829718400381242f1e
Octal15051161101000704445736
Binary1101000101001111000110001000000011100010010010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682971; }

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

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

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

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

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

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

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

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