#7A3174

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

Shades of Eminence #7A3174

Tints of Eminence #7A3174

Color information

#7A3174 (or 0x7A3174) is unknown color: approx Eminence. HEX triplet: 7A, 31 and 74. RGB value is (122,49,116). Sum of RGB (Red+Green+Blue) = 122+49+116=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3174 is #85CE8B. Grayscale: #4E4E4E. Windows color (decimal): -8769164 or 7614842. OLE color: 7614842.

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

Color convert

RGB12249116-
CMYK00.600.050.52
HSL304.93º42.69%33.53%-
HSV(B)304.93º59.84%47.84%-
XYZ12.287.617.34-
YUV78.46149.18159.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=42.51%
G=17.07%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224911600.600.050.52304.9342.6933.53
Hex7A317403C5341312b22
Octal172611640745644615342
Binary111101011000111101000111100101110100100110001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,49,116); }

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

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

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

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

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

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

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