#704A6D

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

Shades of Eminence #704A6D

Tints of Eminence #704A6D

Color information

#704A6D (or 0x704A6D) is unknown color: approx Eminence. HEX triplet: 70, 4A and 6D. RGB value is (112,74,109). Sum of RGB (Red+Green+Blue) = 112+74+109=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A6D is #8FB592. Grayscale: #595959. Windows color (decimal): -9418131 or 7162480. OLE color: 7162480.

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

Color convert

RGB11274109-
CMYK00.340.030.56
HSL304.74º20.43%36.47%-
HSV(B)304.74º33.93%43.92%-
XYZ11.899.4515.66-
YUV89.35139.09144.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=37.97%
G=25.08%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127410900.340.030.56304.7420.4336.47
Hex704A6D0223381311424
Octal1601121550423704612444
Binary11100001001010110110101000101111100010011000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,109); }

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

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

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

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

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

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

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