#683279

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

Shades of Eminence #683279

Tints of Eminence #683279

Color information

#683279 (or 0x683279) is unknown color: approx Eminence. HEX triplet: 68, 32 and 79. RGB value is (104,50,121). Sum of RGB (Red+Green+Blue) = 104+50+121=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #683279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683279 is #97CD86. Grayscale: #4A4A4A. Windows color (decimal): -9948551 or 7942760. OLE color: 7942760.

HSL color Cylindrical-coordinate representation of color #683279: hue angle of 285.63º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #683279 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10450121-
CMYK0.140.5900.53
HSL285.63º41.52%33.53%-
HSV(B)285.63º58.68%47.45%-
XYZ10.36.618.82-
YUV74.24154.39149.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 121 (47.66% from 255) = 44%
R=37.82%
G=18.18%
B=44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104501210.140.5900.53285.6341.5233.53
Hex683279E3B03511e2a22
Octal1506217116730654365242
Binary1101000110010111100111101110110110101100011110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683279; }

 p { color: rgb(104,50,121); }

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

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

 a { background-color: rgb(104,50,121); }

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

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

 span { border-color: rgb(104,50,121); }

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