#713674

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

Shades of Eminence #713674

Tints of Eminence #713674

Color information

#713674 (or 0x713674) is unknown color: approx Eminence. HEX triplet: 71, 36 and 74. RGB value is (113,54,116). Sum of RGB (Red+Green+Blue) = 113+54+116=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #713674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713674 is #8EC98B. Grayscale: #4E4E4E. Windows color (decimal): -9357708 or 7616113. OLE color: 7616113.

HSL color Cylindrical-coordinate representation of color #713674: hue angle of 297.1º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713674 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11354116-
CMYK0.030.5300.55
HSL297.1º36.47%33.33%-
HSV(B)297.1º53.45%45.49%-
XYZ11.287.4117.36-
YUV78.71149.05152.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=39.93%
G=19.08%
B=40.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113541160.030.5300.55297.136.4733.33
Hex7136743350371292421
Octal161661643650674514441
Binary11100011101101110100111101010110111100101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713674; }

 p { color: rgb(113,54,116); }

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

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

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

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

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

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

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