#7A447C

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

Shades of Eminence #7A447C

Tints of Eminence #7A447C

Color information

#7A447C (or 0x7A447C) is unknown color: approx Eminence. HEX triplet: 7A, 44 and 7C. RGB value is (122,68,124). Sum of RGB (Red+Green+Blue) = 122+68+124=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A447C is #85BB83. Grayscale: #5A5A5A. Windows color (decimal): -8764292 or 8143994. OLE color: 8143994.

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

Color convert

RGB12268124-
CMYK0.020.4500.51
HSL297.86º29.17%37.65%-
HSV(B)297.86º45.16%48.63%-
XYZ13.739.7320.22-
YUV90.53146.89150.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=38.85%
G=21.66%
B=39.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122681240.020.4500.51297.8629.1737.65
Hex7A447C22D03312a1d26
Octal1721041742550634523546
Binary11110101000100111110010101101011001110010101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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