#7A447F

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

Shades of Eminence #7A447F

Tints of Eminence #7A447F

Color information

#7A447F (or 0x7A447F) is unknown color: approx Eminence. HEX triplet: 7A, 44 and 7F. RGB value is (122,68,127). Sum of RGB (Red+Green+Blue) = 122+68+127=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A447F is #85BB80. Grayscale: #5A5A5A. Windows color (decimal): -8764289 or 8340602. OLE color: 8340602.

HSL color Cylindrical-coordinate representation of color #7A447F: hue angle of 294.92º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A447F is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12268127-
CMYK0.040.4600.50
HSL294.92º30.26%38.24%-
HSV(B)294.92º46.46%49.8%-
XYZ13.929.821.24-
YUV90.87148.39150.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 127 (50% from 255) = 40.06%
R=38.49%
G=21.45%
B=40.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122681270.040.4600.50294.9230.2638.24
Hex7A447F42E0321271e26
Octal1721041774560624473646
Binary111101010001001111111100101110011001010010011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,68,127); }

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

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

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

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

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

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

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