#705071

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

Shades of Eminence #705071

Tints of Eminence #705071

Color information

#705071 (or 0x705071) is unknown color: approx Eminence. HEX triplet: 70, 50 and 71. RGB value is (112,80,113). Sum of RGB (Red+Green+Blue) = 112+80+113=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #705071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705071 is #8FAF8E. Grayscale: #5D5D5D. Windows color (decimal): -9416591 or 7426160. OLE color: 7426160.

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

Color convert

RGB11280113-
CMYK0.010.2900.56
HSL298.18º17.1%37.84%-
HSV(B)298.18º29.2%44.31%-
XYZ12.5310.3716.96-
YUV93.33139.1141.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=36.72%
G=26.23%
B=37.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112801130.010.2900.56298.1817.137.84
Hex70507111D03812a1126
Octal1601201611350704522146
Binary111000010100001110001111101011100010010101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705071; }

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

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

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

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

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

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

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

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