#7a347a

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

Shades of Eminence #7A347A

Tints of Eminence #7A347A

Color information

#7A347A (or 0x7A347A) is unknown color: approx Eminence. HEX triplet: 7A, 34 and 7A. RGB value is (122,52,122). Sum of RGB (Red+Green+Blue) = 122+52+122=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: red, blue. Hex color #7A347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A347A is #85CB85. Grayscale: #505050. Windows color (decimal): -8768390 or 8008826. OLE color: 8008826.

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

Color convert

RGB12252122-
CMYK00.5700.52
HSL300º40.23%34.12%-
HSV(B)300º57.38%47.84%-
XYZ12.77819.28-
YUV80.91151.19157.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=41.22%
G=17.57%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225212200.5700.5230040.2334.12
Hex7A347A03903412c2822
Octal172641720710644545042
Binary1111010110100111101001110010110100100101100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a347a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,52,122); }

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

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

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

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

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

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

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