#703174

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

Shades of Eminence #703174

Tints of Eminence #703174

Color information

#703174 (or 0x703174) is unknown color: approx Eminence. HEX triplet: 70, 31 and 74. RGB value is (112,49,116). Sum of RGB (Red+Green+Blue) = 112+49+116=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #703174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703174 is #8FCE8B. Grayscale: #4B4B4B. Windows color (decimal): -9424524 or 7614832. OLE color: 7614832.

HSL color Cylindrical-coordinate representation of color #703174: hue angle of 296.42º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703174 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11249116-
CMYK0.030.5800.55
HSL296.42º40.61%32.35%-
HSV(B)296.42º57.76%45.49%-
XYZ10.936.917.28-
YUV75.47150.87154.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=40.43%
G=17.69%
B=41.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112491160.030.5800.55296.4240.6132.35
Hex70317433A0371282920
Octal160611643720674505140
Binary11100001100011110100111110100110111100101000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703174; }

 p { color: rgb(112,49,116); }

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

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

 a { background-color: rgb(112,49,116); }

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

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

 span { border-color: rgb(112,49,116); }

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