#773374

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

Shades of Eminence #773374

Tints of Eminence #773374

Color information

#773374 (or 0x773374) is unknown color: approx Eminence. HEX triplet: 77, 33 and 74. RGB value is (119,51,116). Sum of RGB (Red+Green+Blue) = 119+51+116=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #773374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773374 is #88CC8B. Grayscale: #4E4E4E. Windows color (decimal): -8965260 or 7615351. OLE color: 7615351.

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

Color convert

RGB11951116-
CMYK00.570.030.53
HSL302.65º40%33.33%-
HSV(B)302.65º57.14%46.67%-
XYZ11.947.5517.35-
YUV78.74149.03156.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=41.61%
G=17.83%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195111600.570.030.53302.654033.33
Hex77337403933512f2821
Octal167631640713654575041
Binary11101111100111110100011100111110101100101111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773374; }

 p { color: rgb(119,51,116); }

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

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

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

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

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

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

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