#713D6E

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

Shades of Eminence #713D6E

Tints of Eminence #713D6E

Color information

#713D6E (or 0x713D6E) is unknown color: approx Eminence. HEX triplet: 71, 3D and 6E. RGB value is (113,61,110). Sum of RGB (Red+Green+Blue) = 113+61+110=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #713D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D6E is #8EC291. Grayscale: #515151. Windows color (decimal): -9355922 or 7224689. OLE color: 7224689.

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

Color convert

RGB11361110-
CMYK00.460.030.56
HSL303.46º29.89%34.12%-
HSV(B)303.46º46.02%44.31%-
XYZ11.297.9715.7-
YUV82.13143.73150.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=39.79%
G=21.48%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136111000.460.030.56303.4629.8934.12
Hex713D6E02E33812f1e22
Octal161751560563704573642
Binary1110001111101110111001011101111100010010111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,61,110); }

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

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

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

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

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

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

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