#763277

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

Shades of Eminence #763277

Tints of Eminence #763277

Color information

#763277 (or 0x763277) is unknown color: approx Eminence. HEX triplet: 76, 32 and 77. RGB value is (118,50,119). Sum of RGB (Red+Green+Blue) = 118+50+119=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #763277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763277 is #89CD88. Grayscale: #4D4D4D. Windows color (decimal): -9031049 or 7811702. OLE color: 7811702.

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

Color convert

RGB11850119-
CMYK0.010.5800.53
HSL299.13º40.83%33.14%-
HSV(B)299.13º57.98%46.67%-
XYZ11.947.4618.26-
YUV78.2151.03156.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=41.11%
G=17.42%
B=41.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118501190.010.5800.53299.1340.8333.14
Hex76327713A03512b2921
Octal166621671720654535141
Binary1110110110010111011111110100110101100101011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763277; }

 p { color: rgb(118,50,119); }

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

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

 a { background-color: rgb(118,50,119); }

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

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

 span { border-color: rgb(118,50,119); }

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