#784878

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

Shades of Eminence #784878

Tints of Eminence #784878

Color information

#784878 (or 0x784878) is unknown color: approx Eminence. HEX triplet: 78, 48 and 78. RGB value is (120,72,120). Sum of RGB (Red+Green+Blue) = 120+72+120=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #784878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784878 is #87B787. Grayscale: #5B5B5B. Windows color (decimal): -8894344 or 7882872. OLE color: 7882872.

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

Color convert

RGB12072120-
CMYK00.4000.53
HSL300º25%37.65%-
HSV(B)300º40%47.06%-
XYZ13.459.9818.99-
YUV91.82143.9148.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=38.46%
G=23.08%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207212000.4000.533002537.65
Hex78487802803512c1926
Octal1701101700500654543146
Binary1111000100100011110000101000011010110010110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784878; }

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

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

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

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

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

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

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

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