#70436E

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

Shades of Eminence #70436E

Tints of Eminence #70436E

Color information

#70436E (or 0x70436E) is unknown color: approx Eminence. HEX triplet: 70, 43 and 6E. RGB value is (112,67,110). Sum of RGB (Red+Green+Blue) = 112+67+110=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70436E is #8FBC91. Grayscale: #555555. Windows color (decimal): -9419922 or 7226224. OLE color: 7226224.

HSL color Cylindrical-coordinate representation of color #70436E: hue angle of 302.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70436E is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11267110-
CMYK00.400.020.56
HSL302.67º25.14%35.1%-
HSV(B)302.67º40.18%43.92%-
XYZ11.58.5815.8-
YUV85.36141.91147-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=38.75%
G=23.18%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126711000.400.020.56302.6725.1435.1
Hex70436E02823812f1923
Octal1601031560502704573143
Binary11100001000011110111001010001011100010010111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70436E; }

 p { color: rgb(112,67,110); }

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

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

 a { background-color: rgb(112,67,110); }

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

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

 span { border-color: rgb(112,67,110); }

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