#713971

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

Shades of Eminence #713971

Tints of Eminence #713971

Color information

#713971 (or 0x713971) is unknown color: approx Eminence. HEX triplet: 71, 39 and 71. RGB value is (113,57,113). Sum of RGB (Red+Green+Blue) = 113+57+113=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #713971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713971 is #8EC68E. Grayscale: #4F4F4F. Windows color (decimal): -9356943 or 7420273. OLE color: 7420273.

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

Color convert

RGB11357113-
CMYK00.5000.56
HSL300º32.94%33.33%-
HSV(B)300º49.56%44.31%-
XYZ11.257.6316.5-
YUV80.13146.55151.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=39.93%
G=20.14%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135711300.5000.5630032.9433.33
Hex71397103203812c2121
Octal161711610620704544141
Binary1110001111001111000101100100111000100101100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713971; }

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

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

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

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

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

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

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

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