#713F71

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

Shades of Eminence #713F71

Tints of Eminence #713F71

Color information

#713F71 (or 0x713F71) is unknown color: approx Eminence. HEX triplet: 71, 3F and 71. RGB value is (113,63,113). Sum of RGB (Red+Green+Blue) = 113+63+113=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #713F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F71 is #8EC08E. Grayscale: #535353. Windows color (decimal): -9355407 or 7421809. OLE color: 7421809.

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

Color convert

RGB11363113-
CMYK00.4400.56
HSL300º28.41%34.51%-
HSV(B)300º44.25%44.31%-
XYZ11.578.2616.61-
YUV83.65144.56148.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=39.10%
G=21.80%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136311300.4400.5630028.4134.51
Hex713F7102C03812c1c23
Octal161771610540704543443
Binary111000111111111100010101100011100010010110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713F71; }

 p { color: rgb(113,63,113); }

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

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

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

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

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

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

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