#681D79

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

Shades of Seance #681D79

Tints of Seance #681D79

Color information

#681D79 (or 0x681D79) is unknown color: approx Seance. HEX triplet: 68, 1D and 79. RGB value is (104,29,121). Sum of RGB (Red+Green+Blue) = 104+29+121=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #681D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D79 is #97E286. Grayscale: #3D3D3D. Windows color (decimal): -9953927 or 7937384. OLE color: 7937384.

HSL color Cylindrical-coordinate representation of color #681D79: hue angle of 288.91º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681D79 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10429121-
CMYK0.140.7600.53
HSL288.91º61.33%29.41%-
HSV(B)288.91º76.03%47.45%-
XYZ9.65.218.59-
YUV61.91161.35158.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 29 (11.72% from 255) = 11.42%
BLUE value IS 121 (47.66% from 255) = 47.64%
R=40.94%
G=11.42%
B=47.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104291210.140.7600.53288.9161.3329.41
Hex681D79E4C0351213d1d
Octal15035171161140654417535
Binary110100011101111100111101001100011010110010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681D79; }

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

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

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

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

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

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

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

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