#7A4679

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

Shades of Eminence #7A4679

Tints of Eminence #7A4679

Color information

#7A4679 (or 0x7A4679) is unknown color: approx Eminence. HEX triplet: 7A, 46 and 79. RGB value is (122,70,121). Sum of RGB (Red+Green+Blue) = 122+70+121=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4679 is #85B986. Grayscale: #5B5B5B. Windows color (decimal): -8763783 or 7947898. OLE color: 7947898.

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

Color convert

RGB12270121-
CMYK00.430.010.52
HSL301.15º27.08%37.65%-
HSV(B)301.15º42.62%47.84%-
XYZ13.679.919.28-
YUV91.36144.73149.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 70 (27.73% from 255) = 22.36%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=38.98%
G=22.36%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227012100.430.010.52301.1527.0837.65
Hex7A467902B13412d1b26
Octal1721061710531644553346
Binary1111010100011011110010101011111010010010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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