#783472

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

Shades of Eminence #783472

Tints of Eminence #783472

Color information

#783472 (or 0x783472) is unknown color: approx Eminence. HEX triplet: 78, 34 and 72. RGB value is (120,52,114). Sum of RGB (Red+Green+Blue) = 120+52+114=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #783472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783472 is #87CB8D. Grayscale: #4F4F4F. Windows color (decimal): -8899470 or 7484536. OLE color: 7484536.

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

Color convert

RGB12052114-
CMYK00.570.050.53
HSL305.29º39.53%33.73%-
HSV(B)305.29º56.67%47.06%-
XYZ12.017.6616.77-
YUV79.4147.53156.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=41.96%
G=18.18%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205211400.570.050.53305.2939.5333.73
Hex7834720395351312822
Octal170641620715654615042
Binary111100011010011100100111001101110101100110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783472; }

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

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

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

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

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

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

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

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