#782B77

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

Shades of Eminence #782B77

Tints of Eminence #782B77

Color information

#782B77 (or 0x782B77) is unknown color: approx Eminence. HEX triplet: 78, 2B and 77. RGB value is (120,43,119). Sum of RGB (Red+Green+Blue) = 120+43+119=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #782B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B77 is #87D488. Grayscale: #4A4A4A. Windows color (decimal): -8901769 or 7809912. OLE color: 7809912.

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

Color convert

RGB12043119-
CMYK00.640.010.53
HSL300.78º47.24%31.96%-
HSV(B)300.78º64.17%47.06%-
XYZ11.947.0518.18-
YUV74.69153.01160.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 43 (17.19% from 255) = 15.25%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=42.55%
G=15.25%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204311900.640.010.53300.7847.2431.96
Hex782B7704013512d2f20
Octal1705316701001654555740
Binary11110001010111110111010000001110101100101101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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