#773577

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

Shades of Eminence #773577

Tints of Eminence #773577

Color information

#773577 (or 0x773577) is unknown color: approx Eminence. HEX triplet: 77, 35 and 77. RGB value is (119,53,119). Sum of RGB (Red+Green+Blue) = 119+53+119=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #773577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773577 is #88CA88. Grayscale: #505050. Windows color (decimal): -8964745 or 7812471. OLE color: 7812471.

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

Color convert

RGB11953119-
CMYK00.5500.53
HSL300º38.37%33.73%-
HSV(B)300º55.46%46.67%-
XYZ12.217.818.31-
YUV80.26149.87155.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=40.89%
G=18.21%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195311900.5500.5330038.3733.73
Hex77357703703512c2622
Octal167651670670654544642
Binary1110111110101111011101101110110101100101100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773577; }

 p { color: rgb(119,53,119); }

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

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

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

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

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

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

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