#681171

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

Shades of Seance #681171

Tints of Seance #681171

Color information

#681171 (or 0x681171) is unknown color: approx Seance. HEX triplet: 68, 11 and 71. RGB value is (104,17,113). Sum of RGB (Red+Green+Blue) = 104+17+113=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #681171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681171 is #97EE8E. Grayscale: #353535. Windows color (decimal): -9957007 or 7410024. OLE color: 7410024.

HSL color Cylindrical-coordinate representation of color #681171: hue angle of 294.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681171 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10417113-
CMYK0.080.8500.56
HSL294.38º73.85%25.49%-
HSV(B)294.38º84.96%44.31%-
XYZ8.894.5416.03-
YUV53.96161.32163.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=44.44%
G=7.26%
B=48.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104171130.080.8500.56294.3873.8525.49
Hex6811718550381264a19
Octal150211611012507044611231
Binary1101000100011110001100010101010111000100100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681171; }

 p { color: rgb(104,17,113); }

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

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

 a { background-color: rgb(104,17,113); }

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

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

 span { border-color: rgb(104,17,113); }

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