#713980

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

Shades of Eminence #713980

Tints of Eminence #713980

Color information

#713980 (or 0x713980) is unknown color: approx Eminence. HEX triplet: 71, 39 and 80. RGB value is (113,57,128). Sum of RGB (Red+Green+Blue) = 113+57+128=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #713980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713980 is #8EC67F. Grayscale: #515151. Windows color (decimal): -9356928 or 8403313. OLE color: 8403313.

HSL color Cylindrical-coordinate representation of color #713980: hue angle of 287.32º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713980 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11357128-
CMYK0.120.5500.50
HSL287.32º38.38%36.27%-
HSV(B)287.32º55.47%50.2%-
XYZ12.17821.32-
YUV81.84154.05150.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=37.92%
G=19.13%
B=42.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113571280.120.5500.50287.3238.3836.27
Hex713980C3703211f2624
Octal1617120014670624374644
Binary11100011110011000000011001101110110010100011111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713980; }

 p { color: rgb(113,57,128); }

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

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

 a { background-color: rgb(113,57,128); }

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

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

 span { border-color: rgb(113,57,128); }

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