#682878

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

Shades of Seance #682878

Tints of Seance #682878

Color information

#682878 (or 0x682878) is unknown color: approx Seance. HEX triplet: 68, 28 and 78. RGB value is (104,40,120). Sum of RGB (Red+Green+Blue) = 104+40+120=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #682878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682878 is #97D787. Grayscale: #444444. Windows color (decimal): -9951112 or 7874664. OLE color: 7874664.

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

Color convert

RGB10440120-
CMYK0.130.6700.53
HSL288º50%31.37%-
HSV(B)288º66.67%47.06%-
XYZ9.865.8218.37-
YUV68.26157.2153.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=39.39%
G=15.15%
B=45.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104401200.130.6700.532885031.37
Hex682878D43035120321f
Octal15050170151030654406237
Binary1101000101000111100011011000011011010110010000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682878; }

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

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

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

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

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

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

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

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