#682078

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

Shades of Seance #682078

Tints of Seance #682078

Color information

#682078 (or 0x682078) is unknown color: approx Seance. HEX triplet: 68, 20 and 78. RGB value is (104,32,120). Sum of RGB (Red+Green+Blue) = 104+32+120=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #682078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682078 is #97DF87. Grayscale: #3F3F3F. Windows color (decimal): -9953160 or 7872616. OLE color: 7872616.

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

Color convert

RGB10432120-
CMYK0.130.7300.53
HSL289.09º57.89%29.8%-
HSV(B)289.09º73.33%47.06%-
XYZ9.625.3318.29-
YUV63.56159.85156.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=40.62%
G=12.5%
B=46.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104321200.130.7300.53289.0957.8929.8
Hex682078D490351213a1e
Octal15040170151110654417236
Binary1101000100000111100011011001001011010110010000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682078; }

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

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

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

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

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

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

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

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