#713678

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

Shades of Eminence #713678

Tints of Eminence #713678

Color information

#713678 (or 0x713678) is unknown color: approx Eminence. HEX triplet: 71, 36 and 78. RGB value is (113,54,120). Sum of RGB (Red+Green+Blue) = 113+54+120=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #713678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713678 is #8EC987. Grayscale: #4E4E4E. Windows color (decimal): -9357704 or 7878257. OLE color: 7878257.

HSL color Cylindrical-coordinate representation of color #713678: hue angle of 293.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713678 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11354120-
CMYK0.060.5500.53
HSL293.64º37.93%34.12%-
HSV(B)293.64º55%47.06%-
XYZ11.527.5118.61-
YUV79.16151.05152.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=39.37%
G=18.82%
B=41.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113541200.060.5500.53293.6437.9334.12
Hex7136786370351262622
Octal161661706670654464642
Binary111000111011011110001101101110110101100100110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713678; }

 p { color: rgb(113,54,120); }

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

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

 a { background-color: rgb(113,54,120); }

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

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

 span { border-color: rgb(113,54,120); }

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