#763680

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

Shades of Eminence #763680

Tints of Eminence #763680

Color information

#763680 (or 0x763680) is unknown color: approx Eminence. HEX triplet: 76, 36 and 80. RGB value is (118,54,128). Sum of RGB (Red+Green+Blue) = 118+54+128=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #763680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763680 is #89C97F. Grayscale: #515151. Windows color (decimal): -9030016 or 8402550. OLE color: 8402550.

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

Color convert

RGB11854128-
CMYK0.080.5800.50
HSL291.89º40.66%35.69%-
HSV(B)291.89º57.81%50.2%-
XYZ12.698.0521.31-
YUV81.57154.2153.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=39.33%
G=18%
B=42.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118541280.080.5800.50291.8940.6635.69
Hex76368083A0321242924
Octal1666620010720624445144
Binary11101101101101000000010001110100110010100100100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763680; }

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

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

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

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

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

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

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

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