#704072

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

Shades of Eminence #704072

Tints of Eminence #704072

Color information

#704072 (or 0x704072) is unknown color: approx Eminence. HEX triplet: 70, 40 and 72. RGB value is (112,64,114). Sum of RGB (Red+Green+Blue) = 112+64+114=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #704072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704072 is #8FBF8D. Grayscale: #535353. Windows color (decimal): -9420686 or 7487600. OLE color: 7487600.

HSL color Cylindrical-coordinate representation of color #704072: hue angle of 297.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704072 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11264114-
CMYK0.020.4400.55
HSL297.6º28.09%34.9%-
HSV(B)297.6º43.86%44.71%-
XYZ11.558.3316.92-
YUV84.05144.9147.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=38.62%
G=22.07%
B=39.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112641140.020.4400.55297.628.0934.9
Hex70407222C03712a1c23
Octal1601001622540674523443
Binary11100001000000111001010101100011011110010101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704072; }

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

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

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

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

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

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

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

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