#682F71

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

Shades of Seance #682F71

Tints of Seance #682F71

Color information

#682F71 (or 0x682F71) is unknown color: approx Seance. HEX triplet: 68, 2F and 71. RGB value is (104,47,113). Sum of RGB (Red+Green+Blue) = 104+47+113=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #682F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F71 is #97D08E. Grayscale: #474747. Windows color (decimal): -9949327 or 7417704. OLE color: 7417704.

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

Color convert

RGB10447113-
CMYK0.080.5800.56
HSL291.82º41.25%31.37%-
HSV(B)291.82º58.41%44.31%-
XYZ9.716.1716.3-
YUV71.57151.38151.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=39.39%
G=17.80%
B=42.80%

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
Decimal104471130.080.5800.56291.8241.2531.37
Hex682F7183A038124291f
Octal1505716110720704445137
Binary110100010111111100011000111010011100010010010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682F71; }

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

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

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

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

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

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

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

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