#782979

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

Shades of Eminence #782979

Tints of Eminence #782979

Color information

#782979 (or 0x782979) is unknown color: approx Eminence. HEX triplet: 78, 29 and 79. RGB value is (120,41,121). Sum of RGB (Red+Green+Blue) = 120+41+121=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #782979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782979 is #87D686. Grayscale: #494949. Windows color (decimal): -8902279 or 7940472. OLE color: 7940472.

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

Color convert

RGB12041121-
CMYK0.010.6600.53
HSL299.25º49.38%31.76%-
HSV(B)299.25º66.12%47.45%-
XYZ11.996.9618.8-
YUV73.74154.67161-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=42.55%
G=14.54%
B=42.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120411210.010.6600.53299.2549.3831.76
Hex78297914203512b3120
Octal1705117111020654536140
Binary11110001010011111001110000100110101100101011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782979; }

 p { color: rgb(120,41,121); }

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

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

 a { background-color: rgb(120,41,121); }

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

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

 span { border-color: rgb(120,41,121); }

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