#7C3B78

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

Shades of Eminence #7C3B78

Tints of Eminence #7C3B78

Color information

#7C3B78 (or 0x7C3B78) is unknown color: approx Eminence. HEX triplet: 7C, 3B and 78. RGB value is (124,59,120). Sum of RGB (Red+Green+Blue) = 124+59+120=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B78 is #83C487. Grayscale: #555555. Windows color (decimal): -8635528 or 7879548. OLE color: 7879548.

HSL color Cylindrical-coordinate representation of color #7C3B78: hue angle of 303.69º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3B78 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB12459120-
CMYK00.520.030.51
HSL303.69º35.52%35.88%-
HSV(B)303.69º52.42%48.63%-
XYZ13.278.7718.76-
YUV85.39147.53155.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=40.92%
G=19.47%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245912000.520.030.51303.6935.5235.88
Hex7C3B780343331302424
Octal174731700643634604444
Binary11111001110111111000011010011110011100110000100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,59,120); }

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

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

 a { background-color: rgb(124,59,120); }

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

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

 span { border-color: rgb(124,59,120); }

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