#782C77

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

Shades of Eminence #782C77

Tints of Eminence #782C77

Color information

#782C77 (or 0x782C77) is unknown color: approx Eminence. HEX triplet: 78, 2C and 77. RGB value is (120,44,119). Sum of RGB (Red+Green+Blue) = 120+44+119=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #782C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C77 is #87D388. Grayscale: #4B4B4B. Windows color (decimal): -8901513 or 7810168. OLE color: 7810168.

HSL color Cylindrical-coordinate representation of color #782C77: hue angle of 300.79º 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 #782C77 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12044119-
CMYK00.630.010.53
HSL300.79º46.34%32.16%-
HSV(B)300.79º63.33%47.06%-
XYZ11.987.1318.2-
YUV75.27152.68159.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=42.40%
G=15.55%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204411900.630.010.53300.7946.3432.16
Hex782C7703F13512d2e20
Octal170541670771654555640
Binary1111000101100111011101111111110101100101101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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