#713983

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

Shades of Eminence #713983

Tints of Eminence #713983

Color information

#713983 (or 0x713983) is unknown color: approx Eminence. HEX triplet: 71, 39 and 83. RGB value is (113,57,131). Sum of RGB (Red+Green+Blue) = 113+57+131=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #713983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713983 is #8EC67C. Grayscale: #515151. Windows color (decimal): -9356925 or 8599921. OLE color: 8599921.

HSL color Cylindrical-coordinate representation of color #713983: hue angle of 285.41º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713983 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11357131-
CMYK0.140.5600.49
HSL285.41º39.36%36.86%-
HSV(B)285.41º56.49%51.37%-
XYZ12.378.0822.38-
YUV82.18155.55149.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=37.54%
G=18.94%
B=43.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113571310.140.5600.49285.4139.3636.86
Hex713983E3803111d2725
Octal1617120316700614354745
Binary11100011110011000001111101110000110001100011101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713983; }

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

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

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

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

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

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

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

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