#713174

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

Shades of Eminence #713174

Tints of Eminence #713174

Color information

#713174 (or 0x713174) is unknown color: approx Eminence. HEX triplet: 71, 31 and 74. RGB value is (113,49,116). Sum of RGB (Red+Green+Blue) = 113+49+116=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #713174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713174 is #8ECE8B. Grayscale: #4B4B4B. Windows color (decimal): -9358988 or 7614833. OLE color: 7614833.

HSL color Cylindrical-coordinate representation of color #713174: hue angle of 297.31º 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 #713174 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11349116-
CMYK0.030.5800.55
HSL297.31º40.61%32.35%-
HSV(B)297.31º57.76%45.49%-
XYZ11.066.9717.29-
YUV75.77150.7154.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=40.65%
G=17.63%
B=41.73%

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
Decimal113491160.030.5800.55297.3140.6132.35
Hex71317433A0371292920
Octal161611643720674515140
Binary11100011100011110100111110100110111100101001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713174; }

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

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

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

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

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

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

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

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