#683871

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

Shades of Eminence #683871

Tints of Eminence #683871

Color information

#683871 (or 0x683871) is unknown color: approx Eminence. HEX triplet: 68, 38 and 71. RGB value is (104,56,113). Sum of RGB (Red+Green+Blue) = 104+56+113=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #683871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683871 is #97C78E. Grayscale: #4C4C4C. Windows color (decimal): -9947023 or 7420008. OLE color: 7420008.

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

Color convert

RGB10456113-
CMYK0.080.5000.56
HSL290.53º33.73%33.14%-
HSV(B)290.53º50.44%44.31%-
XYZ10.16.9616.43-
YUV76.85148.4147.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=38.10%
G=20.51%
B=41.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104561130.080.5000.56290.5333.7333.14
Hex6838718320381232221
Octal1507016110620704434241
Binary1101000111000111000110001100100111000100100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683871; }

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

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

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

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

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

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

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

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