#7C3879

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

Shades of Eminence #7C3879

Tints of Eminence #7C3879

Color information

#7C3879 (or 0x7C3879) is unknown color: approx Eminence. HEX triplet: 7C, 38 and 79. RGB value is (124,56,121). Sum of RGB (Red+Green+Blue) = 124+56+121=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3879 is #83C786. Grayscale: #535353. Windows color (decimal): -8636295 or 7944316. OLE color: 7944316.

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

Color convert

RGB12456121-
CMYK00.550.020.51
HSL302.65º37.78%35.29%-
HSV(B)302.65º54.84%48.63%-
XYZ13.188.4919.03-
YUV83.74149.03156.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=41.20%
G=18.60%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245612100.550.020.51302.6537.7835.29
Hex7C387903723312f2623
Octal174701710672634574643
Binary11111001110001111001011011110110011100101111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,121); }

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

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

 a { background-color: rgb(124,56,121); }

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

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

 span { border-color: rgb(124,56,121); }

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