#7D4479

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

Shades of Eminence #7D4479

Tints of Eminence #7D4479

Color information

#7D4479 (or 0x7D4479) is unknown color: approx Eminence. HEX triplet: 7D, 44 and 79. RGB value is (125,68,121). Sum of RGB (Red+Green+Blue) = 125+68+121=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4479 is #82BB86. Grayscale: #5A5A5A. Windows color (decimal): -8567687 or 7947389. OLE color: 7947389.

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

Color convert

RGB12568121-
CMYK00.460.030.51
HSL304.21º29.53%37.84%-
HSV(B)304.21º45.6%49.02%-
XYZ13.989.8719.26-
YUV91.08144.88152.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=39.81%
G=21.66%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256812100.460.030.51304.2129.5337.84
Hex7D447902E3331301e26
Octal1751041710563634603646
Binary11111011000100111100101011101111001110011000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,68,121); }

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

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

 a { background-color: rgb(125,68,121); }

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

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

 span { border-color: rgb(125,68,121); }

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