#764180

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

Shades of Eminence #764180

Tints of Eminence #764180

Color information

#764180 (or 0x764180) is unknown color: approx Eminence. HEX triplet: 76, 41 and 80. RGB value is (118,65,128). Sum of RGB (Red+Green+Blue) = 118+65+128=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #764180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764180 is #89BE7F. Grayscale: #575757. Windows color (decimal): -9027200 or 8405366. OLE color: 8405366.

HSL color Cylindrical-coordinate representation of color #764180: hue angle of 290.48º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #764180 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11865128-
CMYK0.080.4900.50
HSL290.48º32.64%37.84%-
HSV(B)290.48º49.22%50.2%-
XYZ13.269.1921.5-
YUV88.03150.56149.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=37.94%
G=20.90%
B=41.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118651280.080.4900.50290.4832.6437.84
Hex7641808310321222126
Octal16610120010610624424146
Binary111011010000011000000010001100010110010100100010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764180; }

 p { color: rgb(118,65,128); }

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

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

 a { background-color: rgb(118,65,128); }

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

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

 span { border-color: rgb(118,65,128); }

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