#682379

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

Shades of Seance #682379

Tints of Seance #682379

Color information

#682379 (or 0x682379) is unknown color: approx Seance. HEX triplet: 68, 23 and 79. RGB value is (104,35,121). Sum of RGB (Red+Green+Blue) = 104+35+121=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #682379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682379 is #97DC86. Grayscale: #414141. Windows color (decimal): -9952391 or 7938920. OLE color: 7938920.

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

Color convert

RGB10435121-
CMYK0.140.7100.53
HSL288.14º55.13%30.59%-
HSV(B)288.14º71.07%47.45%-
XYZ9.765.5318.64-
YUV65.44159.36155.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 13.46%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=40%
G=13.46%
B=46.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104351210.140.7100.53288.1455.1330.59
Hex682379E47035120371f
Octal15043171161070654406737
Binary1101000100011111100111101000111011010110010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682379; }

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

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

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

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

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

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

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

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