#763172

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

Shades of Eminence #763172

Tints of Eminence #763172

Color information

#763172 (or 0x763172) is unknown color: approx Eminence. HEX triplet: 76, 31 and 72. RGB value is (118,49,114). Sum of RGB (Red+Green+Blue) = 118+49+114=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763172 is #89CE8D. Grayscale: #4C4C4C. Windows color (decimal): -9031310 or 7483766. OLE color: 7483766.

HSL color Cylindrical-coordinate representation of color #763172: hue angle of 303.48º 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 #763172 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11849114-
CMYK00.580.030.54
HSL303.48º41.32%32.75%-
HSV(B)303.48º58.47%46.27%-
XYZ11.617.2616.71-
YUV77.04148.86157.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=41.99%
G=17.44%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184911400.580.030.54303.4841.3232.75
Hex76317203A33612f2921
Octal166611620723664575141
Binary11101101100011110010011101011110110100101111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763172; }

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

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

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

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

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

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

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

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