#763679

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

Shades of Eminence #763679

Tints of Eminence #763679

Color information

#763679 (or 0x763679) is unknown color: approx Eminence. HEX triplet: 76, 36 and 79. RGB value is (118,54,121). Sum of RGB (Red+Green+Blue) = 118+54+121=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #763679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763679 is #89C986. Grayscale: #505050. Windows color (decimal): -9030023 or 7943798. OLE color: 7943798.

HSL color Cylindrical-coordinate representation of color #763679: hue angle of 297.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763679 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11854121-
CMYK0.020.5500.53
HSL297.31º38.29%34.31%-
HSV(B)297.31º55.37%47.45%-
XYZ12.247.8718.96-
YUV80.77150.7154.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=40.27%
G=18.43%
B=41.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118541210.020.5500.53297.3138.2934.31
Hex7636792370351292622
Octal166661712670654514642
Binary11101101101101111001101101110110101100101001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763679; }

 p { color: rgb(118,54,121); }

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

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

 a { background-color: rgb(118,54,121); }

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

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

 span { border-color: rgb(118,54,121); }

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