#713873

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

Shades of Eminence #713873

Tints of Eminence #713873

Color information

#713873 (or 0x713873) is unknown color: approx Eminence. HEX triplet: 71, 38 and 73. RGB value is (113,56,115). Sum of RGB (Red+Green+Blue) = 113+56+115=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #713873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713873 is #8EC78C. Grayscale: #4F4F4F. Windows color (decimal): -9357197 or 7551089. OLE color: 7551089.

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

Color convert

RGB11356115-
CMYK0.020.5100.55
HSL297.97º34.5%33.53%-
HSV(B)297.97º51.3%45.1%-
XYZ11.327.5817.09-
YUV79.77147.88151.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=39.79%
G=19.72%
B=40.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113561150.020.5100.55297.9734.533.53
Hex71387323303712a2322
Octal161701632630674524342
Binary11100011110001110011101100110110111100101010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713873; }

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

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

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

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

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

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

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

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