#783A74

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

Shades of Eminence #783A74

Tints of Eminence #783A74

Color information

#783A74 (or 0x783A74) is unknown color: approx Eminence. HEX triplet: 78, 3A and 74. RGB value is (120,58,116). Sum of RGB (Red+Green+Blue) = 120+58+116=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #783A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A74 is #87C58B. Grayscale: #525252. Windows color (decimal): -8897932 or 7617144. OLE color: 7617144.

HSL color Cylindrical-coordinate representation of color #783A74: hue angle of 303.87º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A74 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12058116-
CMYK00.520.030.53
HSL303.87º34.83%34.9%-
HSV(B)303.87º51.67%47.06%-
XYZ12.418.2817.47-
YUV83.15146.54154.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 58 (23.05% from 255) = 19.73%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=40.82%
G=19.73%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205811600.520.030.53303.8734.8334.9
Hex783A740343351302323
Octal170721640643654604343
Binary11110001110101110100011010011110101100110000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783A74; }

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

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

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

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

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

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

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

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