#704079

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

Shades of Eminence #704079

Tints of Eminence #704079

Color information

#704079 (or 0x704079) is unknown color: approx Eminence. HEX triplet: 70, 40 and 79. RGB value is (112,64,121). Sum of RGB (Red+Green+Blue) = 112+64+121=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #704079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704079 is #8FBF86. Grayscale: #545454. Windows color (decimal): -9420679 or 7946352. OLE color: 7946352.

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

Color convert

RGB11264121-
CMYK0.070.4700.53
HSL290.53º30.81%36.27%-
HSV(B)290.53º47.11%47.45%-
XYZ11.978.4919.1-
YUV84.85148.4147.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=37.71%
G=21.55%
B=40.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112641210.070.4700.53290.5330.8136.27
Hex70407972F0351231f24
Octal1601001717570654433744
Binary111000010000001111001111101111011010110010001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704079; }

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

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

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

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

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

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

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

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