#782D76

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

Shades of Eminence #782D76

Tints of Eminence #782D76

Color information

#782D76 (or 0x782D76) is unknown color: approx Eminence. HEX triplet: 78, 2D and 76. RGB value is (120,45,118). Sum of RGB (Red+Green+Blue) = 120+45+118=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #782D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D76 is #87D289. Grayscale: #4B4B4B. Windows color (decimal): -8901258 or 7744888. OLE color: 7744888.

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

Color convert

RGB12045118-
CMYK00.630.020.53
HSL301.6º45.45%32.35%-
HSV(B)301.6º62.5%47.06%-
XYZ11.957.1817.89-
YUV75.75151.85159.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=42.40%
G=15.90%
B=41.70%

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
Decimal1204511800.630.020.53301.645.4532.35
Hex782D7603F23512e2d20
Octal170551660772654565540
Binary11110001011011110110011111110110101100101110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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