#682378

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

Shades of Seance #682378

Tints of Seance #682378

Color information

#682378 (or 0x682378) is unknown color: approx Seance. HEX triplet: 68, 23 and 78. RGB value is (104,35,120). Sum of RGB (Red+Green+Blue) = 104+35+120=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #682378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682378 is #97DC87. Grayscale: #414141. Windows color (decimal): -9952392 or 7873384. OLE color: 7873384.

HSL color Cylindrical-coordinate representation of color #682378: hue angle of 288.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682378 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10435120-
CMYK0.130.7100.53
HSL288.71º54.84%30.39%-
HSV(B)288.71º70.83%47.06%-
XYZ9.75.518.32-
YUV65.32158.86155.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=40.15%
G=13.51%
B=46.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104351200.130.7100.53288.7154.8430.39
Hex682378D47035121371e
Octal15043170151070654416736
Binary1101000100011111100011011000111011010110010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682378; }

 p { color: rgb(104,35,120); }

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

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

 a { background-color: rgb(104,35,120); }

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

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

 span { border-color: rgb(104,35,120); }

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