#681576

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

Shades of Seance #681576

Tints of Seance #681576

Color information

#681576 (or 0x681576) is unknown color: approx Seance. HEX triplet: 68, 15 and 76. RGB value is (104,21,118). Sum of RGB (Red+Green+Blue) = 104+21+118=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #681576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681576 is #97EA89. Grayscale: #383838. Windows color (decimal): -9955978 or 7738728. OLE color: 7738728.

HSL color Cylindrical-coordinate representation of color #681576: hue angle of 291.34º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681576 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10421118-
CMYK0.120.8200.54
HSL291.34º69.78%27.25%-
HSV(B)291.34º82.2%46.27%-
XYZ9.254.7917.58-
YUV56.88162.5161.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=42.80%
G=8.64%
B=48.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104211180.120.8200.54291.3469.7827.25
Hex681576C52036123461b
Octal150251661412206644310633
Binary1101000101011110110110010100100110110100100011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681576; }

 p { color: rgb(104,21,118); }

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

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

 a { background-color: rgb(104,21,118); }

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

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

 span { border-color: rgb(104,21,118); }

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