#7A4879

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

Shades of Eminence #7A4879

Tints of Eminence #7A4879

Color information

#7A4879 (or 0x7A4879) is unknown color: approx Eminence. HEX triplet: 7A, 48 and 79. RGB value is (122,72,121). Sum of RGB (Red+Green+Blue) = 122+72+121=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4879 is #85B786. Grayscale: #5C5C5C. Windows color (decimal): -8763271 or 7948410. OLE color: 7948410.

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

Color convert

RGB12272121-
CMYK00.410.010.52
HSL301.2º25.77%38.04%-
HSV(B)301.2º40.98%47.84%-
XYZ13.7910.1519.32-
YUV92.54144.06149.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.73%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=38.73%
G=22.86%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227212100.410.010.52301.225.7738.04
Hex7A487902913412d1a26
Octal1721101710511644553246
Binary1111010100100011110010101001111010010010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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