#773475

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

Shades of Eminence #773475

Tints of Eminence #773475

Color information

#773475 (or 0x773475) is unknown color: approx Eminence. HEX triplet: 77, 34 and 75. RGB value is (119,52,117). Sum of RGB (Red+Green+Blue) = 119+52+117=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #773475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773475 is #88CB8A. Grayscale: #4F4F4F. Windows color (decimal): -8965003 or 7681143. OLE color: 7681143.

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

Color convert

RGB11952117-
CMYK00.560.020.53
HSL301.79º39.18%33.53%-
HSV(B)301.79º56.3%46.67%-
XYZ12.057.6617.67-
YUV79.44149.2156.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=41.32%
G=18.06%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195211700.560.020.53301.7939.1833.53
Hex77347503823512e2722
Octal167641650702654564742
Binary11101111101001110101011100010110101100101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773475; }

 p { color: rgb(119,52,117); }

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

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

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

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

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

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

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