#7A467C

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

Shades of Eminence #7A467C

Tints of Eminence #7A467C

Color information

#7A467C (or 0x7A467C) is unknown color: approx Eminence. HEX triplet: 7A, 46 and 7C. RGB value is (122,70,124). Sum of RGB (Red+Green+Blue) = 122+70+124=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A467C is #85B983. Grayscale: #5B5B5B. Windows color (decimal): -8763780 or 8144506. OLE color: 8144506.

HSL color Cylindrical-coordinate representation of color #7A467C: hue angle of 297.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A467C is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12270124-
CMYK0.020.4400.51
HSL297.78º27.84%38.04%-
HSV(B)297.78º43.55%48.63%-
XYZ13.859.9720.26-
YUV91.7146.23149.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=38.61%
G=22.15%
B=39.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122701240.020.4400.51297.7827.8438.04
Hex7A467C22C03312a1c26
Octal1721061742540634523446
Binary11110101000110111110010101100011001110010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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