#70476F

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

Shades of Eminence #70476F

Tints of Eminence #70476F

Color information

#70476F (or 0x70476F) is unknown color: approx Eminence. HEX triplet: 70, 47 and 6F. RGB value is (112,71,111). Sum of RGB (Red+Green+Blue) = 112+71+111=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70476F is #8FB890. Grayscale: #575757. Windows color (decimal): -9418897 or 7292784. OLE color: 7292784.

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

Color convert

RGB11271111-
CMYK00.370.010.56
HSL301.46º22.4%35.88%-
HSV(B)301.46º36.61%43.92%-
XYZ11.89.116.17-
YUV87.82141.08145.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=38.10%
G=24.15%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127111100.370.010.56301.4622.435.88
Hex70476F02513812d1624
Octal1601071570451704552644
Binary1110000100011111011110100101111100010010110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70476F; }

 p { color: rgb(112,71,111); }

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

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

 a { background-color: rgb(112,71,111); }

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

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

 span { border-color: rgb(112,71,111); }

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