#7C447B

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

Shades of Eminence #7C447B

Tints of Eminence #7C447B

Color information

#7C447B (or 0x7C447B) is unknown color: approx Eminence. HEX triplet: 7C, 44 and 7B. RGB value is (124,68,123). Sum of RGB (Red+Green+Blue) = 124+68+123=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C447B is #83BB84. Grayscale: #5A5A5A. Windows color (decimal): -8633221 or 8078460. OLE color: 8078460.

HSL color Cylindrical-coordinate representation of color #7C447B: hue angle of 301.07º 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 #7C447B is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB12468123-
CMYK00.450.010.51
HSL301.07º29.17%37.65%-
HSV(B)301.07º45.16%48.63%-
XYZ13.959.8519.9-
YUV91.01146.05151.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=39.37%
G=21.59%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246812300.450.010.51301.0729.1737.65
Hex7C447B02D13312d1d26
Octal1741041730551634553546
Binary1111100100010011110110101101111001110010110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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