#704375

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

Shades of Eminence #704375

Tints of Eminence #704375

Color information

#704375 (or 0x704375) is unknown color: approx Eminence. HEX triplet: 70, 43 and 75. RGB value is (112,67,117). Sum of RGB (Red+Green+Blue) = 112+67+117=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #704375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704375 is #8FBC8A. Grayscale: #565656. Windows color (decimal): -9419915 or 7684976. OLE color: 7684976.

HSL color Cylindrical-coordinate representation of color #704375: hue angle of 294º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704375 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11267117-
CMYK0.040.4300.54
HSL294º27.17%36.08%-
HSV(B)294º42.74%45.88%-
XYZ11.98.7417.89-
YUV86.16145.41146.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=37.84%
G=22.64%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112671170.040.4300.5429427.1736.08
Hex70437542B0361261b24
Octal1601031654530664463344
Binary111000010000111110101100101011011011010010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704375; }

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

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

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

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

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

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

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

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