#70496E

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

Shades of Eminence #70496E

Tints of Eminence #70496E

Color information

#70496E (or 0x70496E) is unknown color: approx Eminence. HEX triplet: 70, 49 and 6E. RGB value is (112,73,110). Sum of RGB (Red+Green+Blue) = 112+73+110=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #70496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70496E is #8FB691. Grayscale: #585858. Windows color (decimal): -9418386 or 7227760. OLE color: 7227760.

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

Color convert

RGB11273110-
CMYK00.350.020.56
HSL303.08º21.08%36.27%-
HSV(B)303.08º34.82%43.92%-
XYZ11.889.3415.93-
YUV88.88139.92144.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=37.97%
G=24.75%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127311000.350.020.56303.0821.0836.27
Hex70496E02323812f1524
Octal1601111560432704572544
Binary11100001001001110111001000111011100010010111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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