#7a4179

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

Shades of Eminence #7A4179

Tints of Eminence #7A4179

Color information

#7A4179 (or 0x7A4179) is unknown color: approx Eminence. HEX triplet: 7A, 41 and 79. RGB value is (122,65,121). Sum of RGB (Red+Green+Blue) = 122+65+121=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4179 is #85BE86. Grayscale: #585858. Windows color (decimal): -8765063 or 7946618. OLE color: 7946618.

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

Color convert

RGB12265121-
CMYK00.470.010.52
HSL301.05º30.48%36.67%-
HSV(B)301.05º46.72%47.84%-
XYZ13.379.319.18-
YUV88.43146.38151.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.61%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=39.61%
G=21.10%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226512100.470.010.52301.0530.4836.67
Hex7A417902F13412d1e25
Octal1721011710571644553645
Binary1111010100000111110010101111111010010010110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a4179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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