#774080

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

Shades of Eminence #774080

Tints of Eminence #774080

Color information

#774080 (or 0x774080) is unknown color: approx Eminence. HEX triplet: 77, 40 and 80. RGB value is (119,64,128). Sum of RGB (Red+Green+Blue) = 119+64+128=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #774080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774080 is #88BF7F. Grayscale: #575757. Windows color (decimal): -8961920 or 8405111. OLE color: 8405111.

HSL color Cylindrical-coordinate representation of color #774080: hue angle of 291.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774080 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11964128-
CMYK0.070.500.50
HSL291.56º33.33%37.65%-
HSV(B)291.56º50%50.2%-
XYZ13.349.1521.48-
YUV87.74150.72150.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=38.26%
G=20.58%
B=41.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119641280.070.500.50291.5633.3337.65
Hex7740807320321242126
Octal1671002007620624444146
Binary11101111000000100000001111100100110010100100100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774080; }

 p { color: rgb(119,64,128); }

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

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

 a { background-color: rgb(119,64,128); }

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

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

 span { border-color: rgb(119,64,128); }

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