#713176

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

Shades of Eminence #713176

Tints of Eminence #713176

Color information

#713176 (or 0x713176) is unknown color: approx Eminence. HEX triplet: 71, 31 and 76. RGB value is (113,49,118). Sum of RGB (Red+Green+Blue) = 113+49+118=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #713176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713176 is #8ECE89. Grayscale: #4B4B4B. Windows color (decimal): -9358986 or 7745905. OLE color: 7745905.

HSL color Cylindrical-coordinate representation of color #713176: hue angle of 295.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713176 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11349118-
CMYK0.040.5800.54
HSL295.65º41.32%32.75%-
HSV(B)295.65º58.47%46.27%-
XYZ11.187.0217.9-
YUV76151.7154.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=40.36%
G=17.5%
B=42.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113491180.040.5800.54295.6541.3232.75
Hex71317643A0361282921
Octal161611664720664505141
Binary111000111000111101101001110100110110100101000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713176; }

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

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

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

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

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

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

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

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