#7A3179

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

Shades of Eminence #7A3179

Tints of Eminence #7A3179

Color information

#7A3179 (or 0x7A3179) is unknown color: approx Eminence. HEX triplet: 7A, 31 and 79. RGB value is (122,49,121). Sum of RGB (Red+Green+Blue) = 122+49+121=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3179 is #85CE86. Grayscale: #4E4E4E. Windows color (decimal): -8769159 or 7942522. OLE color: 7942522.

HSL color Cylindrical-coordinate representation of color #7A3179: hue angle of 300.82º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A3179 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB12249121-
CMYK00.600.010.52
HSL300.82º42.69%33.53%-
HSV(B)300.82º59.84%47.84%-
XYZ12.587.7118.92-
YUV79.04151.68158.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=41.78%
G=16.78%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224912100.600.010.52300.8242.6933.53
Hex7A317903C13412d2b22
Octal172611710741644555342
Binary1111010110001111100101111001110100100101101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3179; }

 p { color: rgb(122,49,121); }

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

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

 a { background-color: rgb(122,49,121); }

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

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

 span { border-color: rgb(122,49,121); }

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