#713677

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

Shades of Eminence #713677

Tints of Eminence #713677

Color information

#713677 (or 0x713677) is unknown color: approx Eminence. HEX triplet: 71, 36 and 77. RGB value is (113,54,119). Sum of RGB (Red+Green+Blue) = 113+54+119=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #713677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713677 is #8EC988. Grayscale: #4E4E4E. Windows color (decimal): -9357705 or 7812721. OLE color: 7812721.

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

Color convert

RGB11354119-
CMYK0.050.5500.53
HSL294.46º37.57%33.92%-
HSV(B)294.46º54.62%46.67%-
XYZ11.467.4818.29-
YUV79.05150.55152.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=39.51%
G=18.88%
B=41.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113541190.050.5500.53294.4637.5733.92
Hex7136775370351262622
Octal161661675670654464642
Binary111000111011011101111011101110110101100100110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713677; }

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

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

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

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

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

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

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

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