#713D73

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

Shades of Eminence #713D73

Tints of Eminence #713D73

Color information

#713D73 (or 0x713D73) is unknown color: approx Eminence. HEX triplet: 71, 3D and 73. RGB value is (113,61,115). Sum of RGB (Red+Green+Blue) = 113+61+115=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #713D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D73 is #8EC28C. Grayscale: #525252. Windows color (decimal): -9355917 or 7552369. OLE color: 7552369.

HSL color Cylindrical-coordinate representation of color #713D73: hue angle of 297.78º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713D73 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11361115-
CMYK0.020.4700.55
HSL297.78º30.68%34.51%-
HSV(B)297.78º46.96%45.1%-
XYZ11.578.0917.17-
YUV82.7146.23149.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=39.10%
G=21.11%
B=39.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113611150.020.4700.55297.7830.6834.51
Hex713D7322F03712a1f23
Octal161751632570674523743
Binary1110001111101111001110101111011011110010101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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