#763882

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

Shades of Eminence #763882

Tints of Eminence #763882

Color information

#763882 (or 0x763882) is unknown color: approx Eminence. HEX triplet: 76, 38 and 82. RGB value is (118,56,130). Sum of RGB (Red+Green+Blue) = 118+56+130=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #763882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763882 is #89C77D. Grayscale: #525252. Windows color (decimal): -9029502 or 8534134. OLE color: 8534134.

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

Color convert

RGB11856130-
CMYK0.090.5700.49
HSL290.27º39.78%36.47%-
HSV(B)290.27º56.92%50.98%-
XYZ12.918.2922.04-
YUV82.97154.54152.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=38.82%
G=18.42%
B=42.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118561300.090.5700.49290.2739.7836.47
Hex7638829390311222824
Octal1667020211710614425044
Binary11101101110001000001010011110010110001100100010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763882; }

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

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

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

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

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

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

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

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