#783078

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

Shades of Eminence #783078

Tints of Eminence #783078

Color information

#783078 (or 0x783078) is unknown color: approx Eminence. HEX triplet: 78, 30 and 78. RGB value is (120,48,120). Sum of RGB (Red+Green+Blue) = 120+48+120=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #783078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783078 is #87CF87. Grayscale: #4D4D4D. Windows color (decimal): -8900488 or 7876728. OLE color: 7876728.

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

Color convert

RGB12048120-
CMYK00.6000.53
HSL300º42.86%32.94%-
HSV(B)300º60%47.06%-
XYZ12.197.4618.57-
YUV77.74151.85158.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=41.67%
G=16.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204812000.6000.5330042.8632.94
Hex78307803C03512c2b21
Octal170601700740654545341
Binary1111000110000111100001111000110101100101100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783078; }

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

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

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

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

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

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

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

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