#663379

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

Shades of Eminence #663379

Tints of Eminence #663379

Color information

#663379 (or 0x663379) is unknown color: approx Eminence. HEX triplet: 66, 33 and 79. RGB value is (102,51,121). Sum of RGB (Red+Green+Blue) = 102+51+121=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #663379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663379 is #99CC86. Grayscale: #4A4A4A. Windows color (decimal): -10079367 or 7943014. OLE color: 7943014.

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

Color convert

RGB10251121-
CMYK0.160.5800.53
HSL283.71º40.7%33.73%-
HSV(B)283.71º57.85%47.45%-
XYZ10.116.5718.82-
YUV74.23154.4147.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=37.23%
G=18.61%
B=44.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102511210.160.5800.53283.7140.733.73
Hex663379103A03511c2922
Octal1466317120720654345142
Binary11001101100111111001100001110100110101100011100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663379; }

 p { color: rgb(102,51,121); }

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

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

 a { background-color: rgb(102,51,121); }

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

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

 span { border-color: rgb(102,51,121); }

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