#704170

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

Shades of Eminence #704170

Tints of Eminence #704170

Color information

#704170 (or 0x704170) is unknown color: approx Eminence. HEX triplet: 70, 41 and 70. RGB value is (112,65,112). Sum of RGB (Red+Green+Blue) = 112+65+112=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #704170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704170 is #8FBE8F. Grayscale: #545454. Windows color (decimal): -9420432 or 7356784. OLE color: 7356784.

HSL color Cylindrical-coordinate representation of color #704170: 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.42%. Process color model (Four color, CMYK) of #704170 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11265112-
CMYK00.4200.56
HSL300º26.55%34.71%-
HSV(B)300º41.96%43.92%-
XYZ11.58.416.34-
YUV84.41143.57147.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=38.75%
G=22.49%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126511200.4200.5630026.5534.71
Hex70417002A03812c1b23
Octal1601011600520704543343
Binary1110000100000111100000101010011100010010110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704170; }

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

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

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

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

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

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

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

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