#7A346F

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

Shades of Eminence #7A346F

Tints of Eminence #7A346F

Color information

#7A346F (or 0x7A346F) is unknown color: approx Eminence. HEX triplet: 7A, 34 and 6F. RGB value is (122,52,111). Sum of RGB (Red+Green+Blue) = 122+52+111=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A346F is #85CB90. Grayscale: #4F4F4F. Windows color (decimal): -8768401 or 7287930. OLE color: 7287930.

HSL color Cylindrical-coordinate representation of color #7A346F: hue angle of 309.43º 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 #7A346F is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12252111-
CMYK00.570.090.52
HSL309.43º40.23%34.12%-
HSV(B)309.43º57.38%47.84%-
XYZ12.127.7415.89-
YUV79.66145.69158.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=42.81%
G=18.25%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225211100.570.090.52309.4340.2334.12
Hex7A346F0399341352822
Octal1726415707111644655042
Binary1111010110100110111101110011001110100100110101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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