#773571

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

Shades of Eminence #773571

Tints of Eminence #773571

Color information

#773571 (or 0x773571) is unknown color: approx Eminence. HEX triplet: 77, 35 and 71. RGB value is (119,53,113). Sum of RGB (Red+Green+Blue) = 119+53+113=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773571 is #88CA8E. Grayscale: #4F4F4F. Windows color (decimal): -8964751 or 7419255. OLE color: 7419255.

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

Color convert

RGB11953113-
CMYK00.550.050.53
HSL305.45º38.37%33.73%-
HSV(B)305.45º55.46%46.67%-
XYZ11.867.6616.48-
YUV79.57146.87156.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=41.75%
G=18.60%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195311300.550.050.53305.4538.3733.73
Hex7735710375351312622
Octal167651610675654614642
Binary111011111010111100010110111101110101100110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773571; }

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

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

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

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

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

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

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

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