#683874

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

Shades of Eminence #683874

Tints of Eminence #683874

Color information

#683874 (or 0x683874) is unknown color: approx Eminence. HEX triplet: 68, 38 and 74. RGB value is (104,56,116). Sum of RGB (Red+Green+Blue) = 104+56+116=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #683874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683874 is #97C78B. Grayscale: #4D4D4D. Windows color (decimal): -9947020 or 7616616. OLE color: 7616616.

HSL color Cylindrical-coordinate representation of color #683874: hue angle of 288º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683874 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10456116-
CMYK0.100.5200.55
HSL288º34.88%33.73%-
HSV(B)288º51.72%45.49%-
XYZ10.287.0317.34-
YUV77.19149.9147.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=37.68%
G=20.29%
B=42.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104561160.100.5200.5528834.8833.73
Hex683874A340371202322
Octal1507016412640674404342
Binary1101000111000111010010101101000110111100100000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683874; }

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

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

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

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

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

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

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

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