#683271

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

Shades of Seance #683271

Tints of Seance #683271

Color information

#683271 (or 0x683271) is unknown color: approx Seance. HEX triplet: 68, 32 and 71. RGB value is (104,50,113). Sum of RGB (Red+Green+Blue) = 104+50+113=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #683271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683271 is #97CD8E. Grayscale: #494949. Windows color (decimal): -9948559 or 7418472. OLE color: 7418472.

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

Color convert

RGB10450113-
CMYK0.080.5600.56
HSL291.43º38.65%31.96%-
HSV(B)291.43º55.75%44.31%-
XYZ9.836.4216.34-
YUV73.33150.39149.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=38.95%
G=18.73%
B=42.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104501130.080.5600.56291.4338.6531.96
Hex6832718380381232720
Octal1506216110700704434740
Binary1101000110010111000110001110000111000100100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683271; }

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

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

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

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

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

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

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

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