#681371

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

Shades of Seance #681371

Tints of Seance #681371

Color information

#681371 (or 0x681371) is unknown color: approx Seance. HEX triplet: 68, 13 and 71. RGB value is (104,19,113). Sum of RGB (Red+Green+Blue) = 104+19+113=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #681371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681371 is #97EC8E. Grayscale: #363636. Windows color (decimal): -9956495 or 7410536. OLE color: 7410536.

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

Color convert

RGB10419113-
CMYK0.080.8300.56
HSL294.26º71.21%25.88%-
HSV(B)294.26º83.19%44.31%-
XYZ8.924.616.04-
YUV55.13160.66162.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=44.07%
G=8.05%
B=47.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104191130.080.8300.56294.2671.2125.88
Hex681371853038126471a
Octal150231611012307044610732
Binary1101000100111110001100010100110111000100100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681371; }

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

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

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

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

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

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

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

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