#713477

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

Shades of Eminence #713477

Tints of Eminence #713477

Color information

#713477 (or 0x713477) is unknown color: approx Eminence. HEX triplet: 71, 34 and 77. RGB value is (113,52,119). Sum of RGB (Red+Green+Blue) = 113+52+119=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #713477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713477 is #8ECB88. Grayscale: #4D4D4D. Windows color (decimal): -9358217 or 7812209. OLE color: 7812209.

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

Color convert

RGB11352119-
CMYK0.050.5600.53
HSL294.63º39.18%33.53%-
HSV(B)294.63º56.3%46.67%-
XYZ11.377.318.26-
YUV77.88151.21153.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=39.79%
G=18.31%
B=41.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113521190.050.5600.53294.6339.1833.53
Hex7134775380351272722
Octal161641675700654474742
Binary111000111010011101111011110000110101100100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713477; }

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

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

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

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

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

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

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

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