#784473

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

Shades of Eminence #784473

Tints of Eminence #784473

Color information

#784473 (or 0x784473) is unknown color: approx Eminence. HEX triplet: 78, 44 and 73. RGB value is (120,68,115). Sum of RGB (Red+Green+Blue) = 120+68+115=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #784473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784473 is #87BB8C. Grayscale: #585858. Windows color (decimal): -8895373 or 7554168. OLE color: 7554168.

HSL color Cylindrical-coordinate representation of color #784473: hue angle of 305.77º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784473 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12068115-
CMYK00.430.040.53
HSL305.77º27.66%36.86%-
HSV(B)305.77º43.33%47.06%-
XYZ12.919.3717.35-
YUV88.91142.73150.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=39.60%
G=22.44%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206811500.430.040.53305.7727.6636.86
Hex78447302B4351321c25
Octal1701041630534654623445
Binary111100010001001110011010101110011010110011001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784473; }

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

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

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

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

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

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

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

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