#7A2F79

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

Shades of Eminence #7A2F79

Tints of Eminence #7A2F79

Color information

#7A2F79 (or 0x7A2F79) is unknown color: approx Eminence. HEX triplet: 7A, 2F and 79. RGB value is (122,47,121). Sum of RGB (Red+Green+Blue) = 122+47+121=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2F79 is #85D086. Grayscale: #4D4D4D. Windows color (decimal): -8769671 or 7942010. OLE color: 7942010.

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

Color convert

RGB12247121-
CMYK00.610.010.52
HSL300.8º44.38%33.14%-
HSV(B)300.8º61.48%47.84%-
XYZ12.497.5518.89-
YUV77.86152.35159.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.07%
GREEN value IS 47 (18.75% from 255) = 16.21%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=42.07%
G=16.21%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224712100.610.010.52300.844.3833.14
Hex7A2F7903D13412d2c21
Octal172571710751644555441
Binary1111010101111111100101111011110100100101101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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