#704373

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

Shades of Eminence #704373

Tints of Eminence #704373

Color information

#704373 (or 0x704373) is unknown color: approx Eminence. HEX triplet: 70, 43 and 73. RGB value is (112,67,115). Sum of RGB (Red+Green+Blue) = 112+67+115=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #704373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704373 is #8FBC8C. Grayscale: #555555. Windows color (decimal): -9419917 or 7553904. OLE color: 7553904.

HSL color Cylindrical-coordinate representation of color #704373: hue angle of 296.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704373 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11267115-
CMYK0.030.4200.55
HSL296.25º26.37%35.69%-
HSV(B)296.25º41.74%45.1%-
XYZ11.788.717.28-
YUV85.93144.41146.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=38.10%
G=22.79%
B=39.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112671150.030.4200.55296.2526.3735.69
Hex70437332A0371281a24
Octal1601031633520674503244
Binary11100001000011111001111101010011011110010100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704373; }

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

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

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

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

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

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

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

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