#7A4779

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

Shades of Eminence #7A4779

Tints of Eminence #7A4779

Color information

#7A4779 (or 0x7A4779) is unknown color: approx Eminence. HEX triplet: 7A, 47 and 79. RGB value is (122,71,121). Sum of RGB (Red+Green+Blue) = 122+71+121=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4779 is #85B886. Grayscale: #5B5B5B. Windows color (decimal): -8763527 or 7948154. OLE color: 7948154.

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

Color convert

RGB12271121-
CMYK00.420.010.52
HSL301.18º26.42%37.84%-
HSV(B)301.18º41.8%47.84%-
XYZ13.7310.0219.3-
YUV91.95144.4149.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=38.85%
G=22.61%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227112100.420.010.52301.1826.4237.84
Hex7A477902A13412d1a26
Octal1721071710521644553246
Binary1111010100011111110010101010111010010010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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