#764181

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

Shades of Eminence #764181

Tints of Eminence #764181

Color information

#764181 (or 0x764181) is unknown color: approx Eminence. HEX triplet: 76, 41 and 81. RGB value is (118,65,129). Sum of RGB (Red+Green+Blue) = 118+65+129=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #764181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764181 is #89BE7E. Grayscale: #575757. Windows color (decimal): -9027199 or 8470902. OLE color: 8470902.

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

Color convert

RGB11865129-
CMYK0.090.5000.49
HSL289.69º32.99%38.04%-
HSV(B)289.69º49.61%50.59%-
XYZ13.329.2221.85-
YUV88.14151.06149.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=37.82%
G=20.83%
B=41.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118651290.090.5000.49289.6932.9938.04
Hex7641819320311222126
Octal16610120111620614424146
Binary111011010000011000000110011100100110001100100010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764181; }

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

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

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

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

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

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

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

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