#681A7D

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

Shades of Seance #681A7D

Tints of Seance #681A7D

Color information

#681A7D (or 0x681A7D) is unknown color: approx Seance. HEX triplet: 68, 1A and 7D. RGB value is (104,26,125). Sum of RGB (Red+Green+Blue) = 104+26+125=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #681A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A7D is #97E582. Grayscale: #3C3C3C. Windows color (decimal): -9954691 or 8198760. OLE color: 8198760.

HSL color Cylindrical-coordinate representation of color #681A7D: hue angle of 287.27º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681A7D is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10426125-
CMYK0.170.7900.51
HSL287.27º65.56%29.61%-
HSV(B)287.27º79.2%49.02%-
XYZ9.785.1619.88-
YUV60.61164.34158.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=40.78%
G=10.20%
B=49.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104261250.170.7900.51287.2765.5629.61
Hex681A7D114F03311f421e
Octal150321752111706343710236
Binary11010001101011111011000110011110110011100011111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,125); }

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

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

 a { background-color: rgb(104,26,125); }

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

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

 span { border-color: rgb(104,26,125); }

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