#784379

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

Shades of Eminence #784379

Tints of Eminence #784379

Color information

#784379 (or 0x784379) is unknown color: approx Eminence. HEX triplet: 78, 43 and 79. RGB value is (120,67,121). Sum of RGB (Red+Green+Blue) = 120+67+121=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #784379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784379 is #87BC86. Grayscale: #585858. Windows color (decimal): -8895623 or 7947128. OLE color: 7947128.

HSL color Cylindrical-coordinate representation of color #784379: hue angle of 298.89º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784379 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12067121-
CMYK0.010.4500.53
HSL298.89º28.72%36.86%-
HSV(B)298.89º44.63%47.45%-
XYZ13.29.3919.21-
YUV89146.06150.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=38.96%
G=21.75%
B=39.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120671210.010.4500.53298.8928.7236.86
Hex78437912D03512b1d25
Octal1701031711550654533545
Binary1111000100001111110011101101011010110010101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784379; }

 p { color: rgb(120,67,121); }

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

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

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

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

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

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

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