#683775

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

Shades of Eminence #683775

Tints of Eminence #683775

Color information

#683775 (or 0x683775) is unknown color: approx Eminence. HEX triplet: 68, 37 and 75. RGB value is (104,55,117). Sum of RGB (Red+Green+Blue) = 104+55+117=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #683775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683775 is #97C88A. Grayscale: #4C4C4C. Windows color (decimal): -9947275 or 7681896. OLE color: 7681896.

HSL color Cylindrical-coordinate representation of color #683775: hue angle of 287.42º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683775 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10455117-
CMYK0.110.5300.54
HSL287.42º36.05%33.73%-
HSV(B)287.42º52.99%45.88%-
XYZ10.296.9617.63-
YUV76.72150.73147.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=37.68%
G=19.93%
B=42.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104551170.110.5300.54287.4236.0533.73
Hex683775B3503611f2422
Octal1506716513650664374442
Binary1101000110111111010110111101010110110100011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683775; }

 p { color: rgb(104,55,117); }

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

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

 a { background-color: rgb(104,55,117); }

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

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

 span { border-color: rgb(104,55,117); }

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