#683071

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

Shades of Seance #683071

Tints of Seance #683071

Color information

#683071 (or 0x683071) is unknown color: approx Seance. HEX triplet: 68, 30 and 71. RGB value is (104,48,113). Sum of RGB (Red+Green+Blue) = 104+48+113=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #683071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683071 is #97CF8E. Grayscale: #474747. Windows color (decimal): -9949071 or 7417960. OLE color: 7417960.

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

Color convert

RGB10448113-
CMYK0.080.5800.56
HSL291.69º40.37%31.57%-
HSV(B)291.69º57.52%44.31%-
XYZ9.756.2516.32-
YUV72.15151.05150.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=39.25%
G=18.11%
B=42.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104481130.080.5800.56291.6940.3731.57
Hex68307183A0381242820
Octal1506016110720704445040
Binary1101000110000111000110001110100111000100100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683071; }

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

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

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

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

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

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

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

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