#713178

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

Shades of Eminence #713178

Tints of Eminence #713178

Color information

#713178 (or 0x713178) is unknown color: approx Eminence. HEX triplet: 71, 31 and 78. RGB value is (113,49,120). Sum of RGB (Red+Green+Blue) = 113+49+120=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #713178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713178 is #8ECE87. Grayscale: #4C4C4C. Windows color (decimal): -9358984 or 7876977. OLE color: 7876977.

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

Color convert

RGB11349120-
CMYK0.060.5900.53
HSL294.08º42.01%33.14%-
HSV(B)294.08º59.17%47.06%-
XYZ11.37.0618.54-
YUV76.23152.7154.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=40.07%
G=17.38%
B=42.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113491200.060.5900.53294.0842.0133.14
Hex71317863B0351262a21
Octal161611706730654465241
Binary111000111000111110001101110110110101100100110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713178; }

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

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

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

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

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

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

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

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