#763174

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

Shades of Eminence #763174

Tints of Eminence #763174

Color information

#763174 (or 0x763174) is unknown color: approx Eminence. HEX triplet: 76, 31 and 74. RGB value is (118,49,116). Sum of RGB (Red+Green+Blue) = 118+49+116=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763174 is #89CE8B. Grayscale: #4D4D4D. Windows color (decimal): -9031308 or 7614838. OLE color: 7614838.

HSL color Cylindrical-coordinate representation of color #763174: hue angle of 301.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763174 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11849116-
CMYK00.580.020.54
HSL301.74º41.32%32.75%-
HSV(B)301.74º58.47%46.27%-
XYZ11.727.3117.32-
YUV77.27149.86157.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=41.70%
G=17.31%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184911600.580.020.54301.7441.3232.75
Hex76317403A23612e2921
Octal166611640722664565141
Binary11101101100011110100011101010110110100101110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763174; }

 p { color: rgb(118,49,116); }

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

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

 a { background-color: rgb(118,49,116); }

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

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

 span { border-color: rgb(118,49,116); }

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