#783374

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

Shades of Eminence #783374

Tints of Eminence #783374

Color information

#783374 (or 0x783374) is unknown color: approx Eminence. HEX triplet: 78, 33 and 74. RGB value is (120,51,116). Sum of RGB (Red+Green+Blue) = 120+51+116=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #783374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783374 is #87CC8B. Grayscale: #4E4E4E. Windows color (decimal): -8899724 or 7615352. OLE color: 7615352.

HSL color Cylindrical-coordinate representation of color #783374: hue angle of 303.48º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783374 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12051116-
CMYK00.580.030.53
HSL303.48º40.35%33.53%-
HSV(B)303.48º57.5%47.06%-
XYZ12.087.6217.36-
YUV79.04148.86157.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=41.81%
G=17.77%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205111600.580.030.53303.4840.3533.53
Hex78337403A33512f2822
Octal170631640723654575042
Binary11110001100111110100011101011110101100101111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783374; }

 p { color: rgb(120,51,116); }

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

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

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

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

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

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

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