#783473

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

Shades of Eminence #783473

Tints of Eminence #783473

Color information

#783473 (or 0x783473) is unknown color: approx Eminence. HEX triplet: 78, 34 and 73. RGB value is (120,52,115). Sum of RGB (Red+Green+Blue) = 120+52+115=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #783473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783473 is #87CB8C. Grayscale: #4F4F4F. Windows color (decimal): -8899469 or 7550072. OLE color: 7550072.

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

Color convert

RGB12052115-
CMYK00.570.040.53
HSL304.41º39.53%33.73%-
HSV(B)304.41º56.67%47.06%-
XYZ12.077.6917.07-
YUV79.51148.03156.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=41.81%
G=18.12%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205211500.570.040.53304.4139.5333.73
Hex7834730394351302822
Octal170641630714654605042
Binary111100011010011100110111001100110101100110000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783473; }

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

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

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

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

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

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

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

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