#683872

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

Shades of Eminence #683872

Tints of Eminence #683872

Color information

#683872 (or 0x683872) is unknown color: approx Eminence. HEX triplet: 68, 38 and 72. RGB value is (104,56,114). Sum of RGB (Red+Green+Blue) = 104+56+114=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #683872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683872 is #97C78D. Grayscale: #4C4C4C. Windows color (decimal): -9947022 or 7485544. OLE color: 7485544.

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

Color convert

RGB10456114-
CMYK0.090.5100.55
HSL289.66º34.12%33.33%-
HSV(B)289.66º50.88%44.71%-
XYZ10.166.9916.73-
YUV76.96148.9147.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=37.96%
G=20.44%
B=41.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104561140.090.5100.55289.6634.1233.33
Hex6838729330371222221
Octal1507016211630674424241
Binary1101000111000111001010011100110110111100100010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683872; }

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

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

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

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

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

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

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

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