#773178

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

Shades of Eminence #773178

Tints of Eminence #773178

Color information

#773178 (or 0x773178) is unknown color: approx Eminence. HEX triplet: 77, 31 and 78. RGB value is (119,49,120). Sum of RGB (Red+Green+Blue) = 119+49+120=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #773178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773178 is #88CE87. Grayscale: #4D4D4D. Windows color (decimal): -8965768 or 7876983. OLE color: 7876983.

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

Color convert

RGB11949120-
CMYK0.010.5900.53
HSL299.15º42.01%33.14%-
HSV(B)299.15º59.17%47.06%-
XYZ12.17.4718.57-
YUV78.02151.69157.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=41.32%
G=17.01%
B=41.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119491200.010.5900.53299.1542.0133.14
Hex77317813B03512b2a21
Octal167611701730654535241
Binary1110111110001111100011110110110101100101011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773178; }

 p { color: rgb(119,49,120); }

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

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

 a { background-color: rgb(119,49,120); }

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

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

 span { border-color: rgb(119,49,120); }

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