#782C76

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

Shades of Eminence #782C76

Tints of Eminence #782C76

Color information

#782C76 (or 0x782C76) is unknown color: approx Eminence. HEX triplet: 78, 2C and 76. RGB value is (120,44,118). Sum of RGB (Red+Green+Blue) = 120+44+118=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #782C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C76 is #87D389. Grayscale: #4A4A4A. Windows color (decimal): -8901514 or 7744632. OLE color: 7744632.

HSL color Cylindrical-coordinate representation of color #782C76: hue angle of 301.58º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #782C76 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12044118-
CMYK00.630.020.53
HSL301.58º46.34%32.16%-
HSV(B)301.58º63.33%47.06%-
XYZ11.927.117.88-
YUV75.16152.18159.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=42.55%
G=15.60%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204411800.630.020.53301.5846.3432.16
Hex782C7603F23512e2e20
Octal170541660772654565640
Binary11110001011001110110011111110110101100101110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782C76; }

 p { color: rgb(120,44,118); }

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

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

 a { background-color: rgb(120,44,118); }

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

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

 span { border-color: rgb(120,44,118); }

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