#774480

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

Shades of Eminence #774480

Tints of Eminence #774480

Color information

#774480 (or 0x774480) is unknown color: approx Eminence. HEX triplet: 77, 44 and 80. RGB value is (119,68,128). Sum of RGB (Red+Green+Blue) = 119+68+128=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #774480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774480 is #88BB7F. Grayscale: #595959. Windows color (decimal): -8960896 or 8406135. OLE color: 8406135.

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

Color convert

RGB11968128-
CMYK0.070.4700.50
HSL291º30.61%38.43%-
HSV(B)291º46.88%50.2%-
XYZ13.579.6121.56-
YUV90.09149.4148.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=37.78%
G=21.59%
B=40.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119681280.070.4700.5029130.6138.43
Hex77448072F0321231f26
Octal1671042007570624433746
Binary1110111100010010000000111101111011001010010001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774480; }

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

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

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

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

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

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

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

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