#704B70

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

Shades of Eminence #704B70

Tints of Eminence #704B70

Color information

#704B70 (or 0x704B70) is unknown color: approx Eminence. HEX triplet: 70, 4B and 70. RGB value is (112,75,112). Sum of RGB (Red+Green+Blue) = 112+75+112=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #704B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B70 is #8FB48F. Grayscale: #5A5A5A. Windows color (decimal): -9417872 or 7359344. OLE color: 7359344.

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

Color convert

RGB11275112-
CMYK00.3300.56
HSL300º19.79%36.67%-
HSV(B)300º33.04%43.92%-
XYZ12.129.6516.55-
YUV90.28140.26143.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=37.46%
G=25.08%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127511200.3300.5630019.7936.67
Hex704B7002103812c1425
Octal1601131600410704542445
Binary1110000100101111100000100001011100010010110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B70; }

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

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

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

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

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

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

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

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