#713576

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

Shades of Eminence #713576

Tints of Eminence #713576

Color information

#713576 (or 0x713576) is unknown color: approx Eminence. HEX triplet: 71, 35 and 76. RGB value is (113,53,118). Sum of RGB (Red+Green+Blue) = 113+53+118=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #713576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713576 is #8ECA89. Grayscale: #4E4E4E. Windows color (decimal): -9357962 or 7746929. OLE color: 7746929.

HSL color Cylindrical-coordinate representation of color #713576: hue angle of 295.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713576 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11353118-
CMYK0.040.5500.54
HSL295.38º38.01%33.53%-
HSV(B)295.38º55.08%46.27%-
XYZ11.357.3617.96-
YUV78.35150.38152.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=39.79%
G=18.66%
B=41.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113531180.040.5500.54295.3838.0133.53
Hex7135764370361272622
Octal161651664670664474642
Binary111000111010111101101001101110110110100100111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713576; }

 p { color: rgb(113,53,118); }

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

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

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

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

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

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

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