#704F71

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

Shades of Eminence #704F71

Tints of Eminence #704F71

Color information

#704F71 (or 0x704F71) is unknown color: approx Eminence. HEX triplet: 70, 4F and 71. RGB value is (112,79,113). Sum of RGB (Red+Green+Blue) = 112+79+113=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #704F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F71 is #8FB08E. Grayscale: #5C5C5C. Windows color (decimal): -9416847 or 7425904. OLE color: 7425904.

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

Color convert

RGB11279113-
CMYK0.010.3000.56
HSL298.24º17.71%37.65%-
HSV(B)298.24º30.09%44.31%-
XYZ12.4610.2316.94-
YUV92.74139.43141.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=36.84%
G=25.99%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112791130.010.3000.56298.2417.7137.65
Hex704F7111E03812a1226
Octal1601171611360704522246
Binary111000010011111110001111110011100010010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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