#713E7C

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

Shades of Eminence #713E7C

Tints of Eminence #713E7C

Color information

#713E7C (or 0x713E7C) is unknown color: approx Eminence. HEX triplet: 71, 3E and 7C. RGB value is (113,62,124). Sum of RGB (Red+Green+Blue) = 113+62+124=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #713E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E7C is #8EC183. Grayscale: #545454. Windows color (decimal): -9355652 or 8142449. OLE color: 8142449.

HSL color Cylindrical-coordinate representation of color #713E7C: hue angle of 289.35º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713E7C is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11362124-
CMYK0.090.500.51
HSL289.35º33.33%36.47%-
HSV(B)289.35º50%48.63%-
XYZ12.178.4120.05-
YUV84.32150.4148.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=37.79%
G=20.74%
B=41.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113621240.090.500.51289.3533.3336.47
Hex713E7C9320331212124
Octal1617617411620634414144
Binary1110001111110111110010011100100110011100100001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713E7C; }

 p { color: rgb(113,62,124); }

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

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

 a { background-color: rgb(113,62,124); }

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

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

 span { border-color: rgb(113,62,124); }

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