#773573

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

Shades of Eminence #773573

Tints of Eminence #773573

Color information

#773573 (or 0x773573) is unknown color: approx Eminence. HEX triplet: 77, 35 and 73. RGB value is (119,53,115). Sum of RGB (Red+Green+Blue) = 119+53+115=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773573 is #88CA8C. Grayscale: #4F4F4F. Windows color (decimal): -8964749 or 7550327. OLE color: 7550327.

HSL color Cylindrical-coordinate representation of color #773573: hue angle of 303.64º 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 #773573 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11953115-
CMYK00.550.030.53
HSL303.64º38.37%33.73%-
HSV(B)303.64º55.46%46.67%-
XYZ11.987.7117.08-
YUV79.8147.87155.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=41.46%
G=18.47%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195311500.550.030.53303.6438.3733.73
Hex7735730373351302622
Octal167651630673654604642
Binary11101111101011110011011011111110101100110000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773573; }

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

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

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

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

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

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

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

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