#681172

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

Shades of Seance #681172

Tints of Seance #681172

Color information

#681172 (or 0x681172) is unknown color: approx Seance. HEX triplet: 68, 11 and 72. RGB value is (104,17,114). Sum of RGB (Red+Green+Blue) = 104+17+114=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #681172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681172 is #97EE8D. Grayscale: #353535. Windows color (decimal): -9957006 or 7475560. OLE color: 7475560.

HSL color Cylindrical-coordinate representation of color #681172: hue angle of 293.81º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681172 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10417114-
CMYK0.090.8500.55
HSL293.81º74.05%25.69%-
HSV(B)293.81º85.09%44.71%-
XYZ8.954.5616.33-
YUV54.07161.82163.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=44.26%
G=7.23%
B=48.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104171140.090.8500.55293.8174.0525.69
Hex6811729550371264a1a
Octal150211621112506744611232
Binary1101000100011110010100110101010110111100100110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681172; }

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

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

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

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

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

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

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

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