#713B82

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

Shades of Eminence #713B82

Tints of Eminence #713B82

Color information

#713B82 (or 0x713B82) is unknown color: approx Eminence. HEX triplet: 71, 3B and 82. RGB value is (113,59,130). Sum of RGB (Red+Green+Blue) = 113+59+130=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #713B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B82 is #8EC47D. Grayscale: #535353. Windows color (decimal): -9356414 or 8534897. OLE color: 8534897.

HSL color Cylindrical-coordinate representation of color #713B82: hue angle of 285.63º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713B82 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11359130-
CMYK0.130.5500.49
HSL285.63º37.57%37.06%-
HSV(B)285.63º54.62%50.98%-
XYZ12.48.2522.06-
YUV83.24154.39149.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=37.42%
G=19.54%
B=43.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113591300.130.5500.49285.6337.5737.06
Hex713B82D3703111e2625
Octal1617320215670614364645
Binary11100011110111000001011011101110110001100011110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,59,130); }

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

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

 a { background-color: rgb(113,59,130); }

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

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

 span { border-color: rgb(113,59,130); }

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