#683672

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

Shades of Eminence #683672

Tints of Eminence #683672

Color information

#683672 (or 0x683672) is unknown color: approx Eminence. HEX triplet: 68, 36 and 72. RGB value is (104,54,114). Sum of RGB (Red+Green+Blue) = 104+54+114=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #683672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683672 is #97C98D. Grayscale: #4B4B4B. Windows color (decimal): -9947534 or 7485032. OLE color: 7485032.

HSL color Cylindrical-coordinate representation of color #683672: hue angle of 290º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683672 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10454114-
CMYK0.090.5300.55
HSL290º35.71%32.94%-
HSV(B)290º52.63%44.71%-
XYZ10.076.816.7-
YUV75.79149.56148.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=38.24%
G=19.85%
B=41.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104541140.090.5300.5529035.7132.94
Hex6836729350371222421
Octal1506616211650674424441
Binary1101000110110111001010011101010110111100100010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683672; }

 p { color: rgb(104,54,114); }

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

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

 a { background-color: rgb(104,54,114); }

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

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

 span { border-color: rgb(104,54,114); }

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