#704778

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

Shades of Eminence #704778

Tints of Eminence #704778

Color information

#704778 (or 0x704778) is unknown color: approx Eminence. HEX triplet: 70, 47 and 78. RGB value is (112,71,120). Sum of RGB (Red+Green+Blue) = 112+71+120=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #704778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704778 is #8FB887. Grayscale: #585858. Windows color (decimal): -9418888 or 7882608. OLE color: 7882608.

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

Color convert

RGB11271120-
CMYK0.070.4100.53
HSL290.2º25.65%37.45%-
HSV(B)290.2º40.83%47.06%-
XYZ12.339.3118.92-
YUV88.84145.58144.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=36.96%
G=23.43%
B=39.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112711200.070.4100.53290.225.6537.45
Hex7047787290351221a25
Octal1601071707510654423245
Binary111000010001111111000111101001011010110010001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704778; }

 p { color: rgb(112,71,120); }

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

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

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

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

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

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

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