#704070

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

Shades of Eminence #704070

Tints of Eminence #704070

Color information

#704070 (or 0x704070) is unknown color: approx Eminence. HEX triplet: 70, 40 and 70. RGB value is (112,64,112). Sum of RGB (Red+Green+Blue) = 112+64+112=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #704070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704070 is #8FBF8F. Grayscale: #535353. Windows color (decimal): -9420688 or 7356528. OLE color: 7356528.

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

Color convert

RGB11264112-
CMYK00.4300.56
HSL300º27.27%34.51%-
HSV(B)300º42.86%43.92%-
XYZ11.448.2816.32-
YUV83.82143.9148.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=38.89%
G=22.22%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126411200.4300.5630027.2734.51
Hex70407002B03812c1b23
Octal1601001600530704543343
Binary1110000100000011100000101011011100010010110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704070; }

 p { color: rgb(112,64,112); }

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

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

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

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

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

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

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