#704471

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

Shades of Eminence #704471

Tints of Eminence #704471

Color information

#704471 (or 0x704471) is unknown color: approx Eminence. HEX triplet: 70, 44 and 71. RGB value is (112,68,113). Sum of RGB (Red+Green+Blue) = 112+68+113=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #704471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704471 is #8FBB8E. Grayscale: #565656. Windows color (decimal): -9419663 or 7423088. OLE color: 7423088.

HSL color Cylindrical-coordinate representation of color #704471: hue angle of 298.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704471 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11268113-
CMYK0.010.4000.56
HSL298.67º24.86%35.49%-
HSV(B)298.67º39.82%44.31%-
XYZ11.738.7716.7-
YUV86.29143.08146.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=38.23%
G=23.21%
B=38.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112681130.010.4000.56298.6724.8635.49
Hex70447112803812b1923
Octal1601041611500704533143
Binary1110000100010011100011101000011100010010101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704471; }

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

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

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

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

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

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

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

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