#683F71

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

Shades of Eminence #683F71

Tints of Eminence #683F71

Color information

#683F71 (or 0x683F71) is unknown color: approx Eminence. HEX triplet: 68, 3F and 71. RGB value is (104,63,113). Sum of RGB (Red+Green+Blue) = 104+63+113=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #683F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F71 is #97C08E. Grayscale: #505050. Windows color (decimal): -9945231 or 7421800. OLE color: 7421800.

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

Color convert

RGB10463113-
CMYK0.080.4400.56
HSL289.2º28.41%34.51%-
HSV(B)289.2º44.25%44.31%-
XYZ10.477.6916.56-
YUV80.96146.08144.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=37.14%
G=22.5%
B=40.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104631130.080.4400.56289.228.4134.51
Hex683F7182C0381211c23
Octal1507716110540704413443
Binary110100011111111100011000101100011100010010000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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