#78297B

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

Shades of Eminence #78297B

Tints of Eminence #78297B

Color information

#78297B (or 0x78297B) is unknown color: approx Eminence. HEX triplet: 78, 29 and 7B. RGB value is (120,41,123). Sum of RGB (Red+Green+Blue) = 120+41+123=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #78297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78297B is #87D684. Grayscale: #494949. Windows color (decimal): -8902277 or 8071544. OLE color: 8071544.

HSL color Cylindrical-coordinate representation of color #78297B: hue angle of 297.8º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78297B is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12041123-
CMYK0.020.6700.52
HSL297.8º50%32.16%-
HSV(B)297.8º66.67%48.24%-
XYZ12.117.0119.45-
YUV73.97155.67160.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=42.25%
G=14.44%
B=43.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120411230.020.6700.52297.85032.16
Hex78297B24303412a3220
Octal1705117321030644526240
Binary111100010100111110111010000110110100100101010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78297B; }

 p { color: rgb(120,41,123); }

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

<style>
 a { background-color: #78297B; }

 a { background-color: rgb(120,41,123); }

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

<style>
 span { border-color: #78297B; }

 span { border-color: rgb(120,41,123); }

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