#713A73

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

Shades of Eminence #713A73

Tints of Eminence #713A73

Color information

#713A73 (or 0x713A73) is unknown color: approx Eminence. HEX triplet: 71, 3A and 73. RGB value is (113,58,115). Sum of RGB (Red+Green+Blue) = 113+58+115=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #713A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A73 is #8EC58C. Grayscale: #505050. Windows color (decimal): -9356685 or 7551601. OLE color: 7551601.

HSL color Cylindrical-coordinate representation of color #713A73: hue angle of 297.89º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713A73 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11358115-
CMYK0.020.5000.55
HSL297.89º32.95%33.92%-
HSV(B)297.89º49.57%45.1%-
XYZ11.427.7717.12-
YUV80.94147.22150.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=39.51%
G=20.28%
B=40.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113581150.020.5000.55297.8932.9533.92
Hex713A7323203712a2122
Octal161721632620674524142
Binary11100011110101110011101100100110111100101010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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