#7A3477

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

Shades of Eminence #7A3477

Tints of Eminence #7A3477

Color information

#7A3477 (or 0x7A3477) is unknown color: approx Eminence. HEX triplet: 7A, 34 and 77. RGB value is (122,52,119). Sum of RGB (Red+Green+Blue) = 122+52+119=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3477 is #85CB88. Grayscale: #505050. Windows color (decimal): -8768393 or 7812218. OLE color: 7812218.

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

Color convert

RGB12252119-
CMYK00.570.020.52
HSL302.57º40.23%34.12%-
HSV(B)302.57º57.38%47.84%-
XYZ12.587.9318.32-
YUV80.57149.69157.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.64%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=41.64%
G=17.75%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225211900.570.020.52302.5740.2334.12
Hex7A347703923412f2822
Octal172641670712644575042
Binary11110101101001110111011100110110100100101111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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