#704479

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

Shades of Eminence #704479

Tints of Eminence #704479

Color information

#704479 (or 0x704479) is unknown color: approx Eminence. HEX triplet: 70, 44 and 79. RGB value is (112,68,121). Sum of RGB (Red+Green+Blue) = 112+68+121=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #704479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704479 is #8FBB86. Grayscale: #575757. Windows color (decimal): -9419655 or 7947376. OLE color: 7947376.

HSL color Cylindrical-coordinate representation of color #704479: hue angle of 289.81º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704479 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11268121-
CMYK0.070.4400.53
HSL289.81º28.04%37.06%-
HSV(B)289.81º43.8%47.45%-
XYZ12.28.9619.18-
YUV87.2147.08145.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=37.21%
G=22.59%
B=40.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112681210.070.4400.53289.8128.0437.06
Hex70447972C0351221c25
Octal1601041717540654423445
Binary111000010001001111001111101100011010110010001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704479; }

 p { color: rgb(112,68,121); }

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

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

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

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

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

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

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