#713F6F

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

Shades of Eminence #713F6F

Tints of Eminence #713F6F

Color information

#713F6F (or 0x713F6F) is unknown color: approx Eminence. HEX triplet: 71, 3F and 6F. RGB value is (113,63,111). Sum of RGB (Red+Green+Blue) = 113+63+111=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #713F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F6F is #8EC090. Grayscale: #535353. Windows color (decimal): -9355409 or 7290737. OLE color: 7290737.

HSL color Cylindrical-coordinate representation of color #713F6F: hue angle of 302.4º 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 #713F6F is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11363111-
CMYK00.440.020.56
HSL302.4º28.41%34.51%-
HSV(B)302.4º44.25%44.31%-
XYZ11.468.2116.02-
YUV83.42143.56149.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=39.37%
G=21.95%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136311100.440.020.56302.428.4134.51
Hex713F6F02C23812e1c23
Octal161771570542704563443
Binary1110001111111110111101011001011100010010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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