#783A73

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

Shades of Eminence #783A73

Tints of Eminence #783A73

Color information

#783A73 (or 0x783A73) is unknown color: approx Eminence. HEX triplet: 78, 3A and 73. RGB value is (120,58,115). Sum of RGB (Red+Green+Blue) = 120+58+115=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #783A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A73 is #87C58C. Grayscale: #525252. Windows color (decimal): -8897933 or 7551608. OLE color: 7551608.

HSL color Cylindrical-coordinate representation of color #783A73: hue angle of 304.84º 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 #783A73 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12058115-
CMYK00.520.040.53
HSL304.84º34.83%34.9%-
HSV(B)304.84º51.67%47.06%-
XYZ12.358.2617.16-
YUV83.04146.04154.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=40.96%
G=19.80%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205811500.520.040.53304.8434.8334.9
Hex783A730344351312323
Octal170721630644654614343
Binary111100011101011100110110100100110101100110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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