#763982

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

Shades of Eminence #763982

Tints of Eminence #763982

Color information

#763982 (or 0x763982) is unknown color: approx Eminence. HEX triplet: 76, 39 and 82. RGB value is (118,57,130). Sum of RGB (Red+Green+Blue) = 118+57+130=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #763982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763982 is #89C67D. Grayscale: #535353. Windows color (decimal): -9029246 or 8534390. OLE color: 8534390.

HSL color Cylindrical-coordinate representation of color #763982: hue angle of 290.14º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763982 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11857130-
CMYK0.090.5600.49
HSL290.14º39.04%36.67%-
HSV(B)290.14º56.15%50.98%-
XYZ12.968.3922.06-
YUV83.56154.21152.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=38.69%
G=18.69%
B=42.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118571300.090.5600.49290.1439.0436.67
Hex7639829380311222725
Octal1667120211700614424745
Binary11101101110011000001010011110000110001100100010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763982; }

 p { color: rgb(118,57,130); }

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

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

 a { background-color: rgb(118,57,130); }

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

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

 span { border-color: rgb(118,57,130); }

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