#704E71

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

Shades of Eminence #704E71

Tints of Eminence #704E71

Color information

#704E71 (or 0x704E71) is unknown color: approx Eminence. HEX triplet: 70, 4E and 71. RGB value is (112,78,113). Sum of RGB (Red+Green+Blue) = 112+78+113=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #704E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E71 is #8FB18E. Grayscale: #5C5C5C. Windows color (decimal): -9417103 or 7425648. OLE color: 7425648.

HSL color Cylindrical-coordinate representation of color #704E71: hue angle of 298.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704E71 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11278113-
CMYK0.010.3100.56
HSL298.29º18.32%37.45%-
HSV(B)298.29º30.97%44.31%-
XYZ12.3910.0916.92-
YUV92.16139.76142.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=36.96%
G=25.74%
B=37.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112781130.010.3100.56298.2918.3237.45
Hex704E7111F03812a1225
Octal1601161611370704522245
Binary111000010011101110001111111011100010010101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704E71; }

 p { color: rgb(112,78,113); }

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

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

 a { background-color: rgb(112,78,113); }

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

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

 span { border-color: rgb(112,78,113); }

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