#78347C

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

Shades of Eminence #78347C

Tints of Eminence #78347C

Color information

#78347C (or 0x78347C) is unknown color: approx Eminence. HEX triplet: 78, 34 and 7C. RGB value is (120,52,124). Sum of RGB (Red+Green+Blue) = 120+52+124=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #78347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78347C is #87CB83. Grayscale: #505050. Windows color (decimal): -8899460 or 8139896. OLE color: 8139896.

HSL color Cylindrical-coordinate representation of color #78347C: hue angle of 296.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78347C is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12052124-
CMYK0.030.5800.51
HSL296.67º40.91%34.51%-
HSV(B)296.67º58.06%48.63%-
XYZ12.617.919.93-
YUV80.54152.53156.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=40.54%
G=17.57%
B=41.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120521240.030.5800.51296.6740.9134.51
Hex78347C33A0331292923
Octal170641743720634515143
Binary11110001101001111100111110100110011100101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78347C; }

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

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

<style>
 a { background-color: #78347C; }

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

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

<style>
 span { border-color: #78347C; }

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

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