#7A3379

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

Shades of Eminence #7A3379

Tints of Eminence #7A3379

Color information

#7A3379 (or 0x7A3379) is unknown color: approx Eminence. HEX triplet: 7A, 33 and 79. RGB value is (122,51,121). Sum of RGB (Red+Green+Blue) = 122+51+121=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3379 is #85CC86. Grayscale: #505050. Windows color (decimal): -8768647 or 7943034. OLE color: 7943034.

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

Color convert

RGB12251121-
CMYK00.580.010.52
HSL300.85º41.04%33.92%-
HSV(B)300.85º58.2%47.84%-
XYZ12.667.8918.94-
YUV80.21151.02157.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=41.50%
G=17.35%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225112100.580.010.52300.8541.0433.92
Hex7A337903A13412d2922
Octal172631710721644555142
Binary1111010110011111100101110101110100100101101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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