#784978

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

Shades of Eminence #784978

Tints of Eminence #784978

Color information

#784978 (or 0x784978) is unknown color: approx Eminence. HEX triplet: 78, 49 and 78. RGB value is (120,73,120). Sum of RGB (Red+Green+Blue) = 120+73+120=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #784978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784978 is #87B687. Grayscale: #5C5C5C. Windows color (decimal): -8894088 or 7883128. OLE color: 7883128.

HSL color Cylindrical-coordinate representation of color #784978: hue angle of 300º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #784978 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12073120-
CMYK00.3900.53
HSL300º24.35%37.84%-
HSV(B)300º39.17%47.06%-
XYZ13.5210.1119.01-
YUV92.41143.57147.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=38.34%
G=23.32%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207312000.3900.5330024.3537.84
Hex78497802703512c1826
Octal1701111700470654543046
Binary1111000100100111110000100111011010110010110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784978; }

 p { color: rgb(120,73,120); }

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

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

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

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

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

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

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