#713E7B

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

Shades of Eminence #713E7B

Tints of Eminence #713E7B

Color information

#713E7B (or 0x713E7B) is unknown color: approx Eminence. HEX triplet: 71, 3E and 7B. RGB value is (113,62,123). Sum of RGB (Red+Green+Blue) = 113+62+123=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #713E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E7B is #8EC184. Grayscale: #545454. Windows color (decimal): -9355653 or 8076913. OLE color: 8076913.

HSL color Cylindrical-coordinate representation of color #713E7B: hue angle of 290.16º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713E7B is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11362123-
CMYK0.080.5000.52
HSL290.16º32.97%36.27%-
HSV(B)290.16º49.59%48.24%-
XYZ12.118.3919.72-
YUV84.2149.9148.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 62 (24.61% from 255) = 20.81%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=37.92%
G=20.81%
B=41.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113621230.080.5000.52290.1632.9736.27
Hex713E7B8320341222124
Octal1617617310620644424144
Binary1110001111110111101110001100100110100100100010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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