#704B6D

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

Shades of Eminence #704B6D

Tints of Eminence #704B6D

Color information

#704B6D (or 0x704B6D) is unknown color: approx Eminence. HEX triplet: 70, 4B and 6D. RGB value is (112,75,109). Sum of RGB (Red+Green+Blue) = 112+75+109=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #704B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B6D is #8FB492. Grayscale: #595959. Windows color (decimal): -9417875 or 7162736. OLE color: 7162736.

HSL color Cylindrical-coordinate representation of color #704B6D: hue angle of 304.86º 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 #704B6D is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11275109-
CMYK00.330.030.56
HSL304.86º19.79%36.67%-
HSV(B)304.86º33.04%43.92%-
XYZ11.969.5815.69-
YUV89.94138.76143.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 75 (29.69% from 255) = 25.34%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=37.84%
G=25.34%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127510900.330.030.56304.8619.7936.67
Hex704B6D0213381311425
Octal1601131550413704612445
Binary11100001001011110110101000011111100010011000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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