#7A4480

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

Shades of Eminence #7A4480

Tints of Eminence #7A4480

Color information

#7A4480 (or 0x7A4480) is unknown color: approx Eminence. HEX triplet: 7A, 44 and 80. RGB value is (122,68,128). Sum of RGB (Red+Green+Blue) = 122+68+128=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A4480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4480 is #85BB7F. Grayscale: #5A5A5A. Windows color (decimal): -8764288 or 8406138. OLE color: 8406138.

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

Color convert

RGB12268128-
CMYK0.050.4700.50
HSL294º30.61%38.43%-
HSV(B)294º46.88%50.2%-
XYZ13.999.8321.58-
YUV90.99148.89150.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=38.36%
G=21.38%
B=40.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122681280.050.4700.5029430.6138.43
Hex7A448052F0321261f26
Octal1721042005570624463746
Binary1111010100010010000000101101111011001010010011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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