#7A4378

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

Shades of Eminence #7A4378

Tints of Eminence #7A4378

Color information

#7A4378 (or 0x7A4378) is unknown color: approx Eminence. HEX triplet: 7A, 43 and 78. RGB value is (122,67,120). Sum of RGB (Red+Green+Blue) = 122+67+120=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4378 is #85BC87. Grayscale: #595959. Windows color (decimal): -8764552 or 7881594. OLE color: 7881594.

HSL color Cylindrical-coordinate representation of color #7A4378: hue angle of 302.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A4378 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB12267120-
CMYK00.450.020.52
HSL302.18º29.1%37.06%-
HSV(B)302.18º45.08%47.84%-
XYZ13.429.5118.9-
YUV89.49145.22151.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=39.48%
G=21.68%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226712000.450.020.52302.1829.137.06
Hex7A437802D23412e1d25
Octal1721031700552644563545
Binary11110101000011111100001011011011010010010111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,67,120); }

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

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

 a { background-color: rgb(122,67,120); }

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

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

 span { border-color: rgb(122,67,120); }

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