#713179

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

Shades of Eminence #713179

Tints of Eminence #713179

Color information

#713179 (or 0x713179) is unknown color: approx Eminence. HEX triplet: 71, 31 and 79. RGB value is (113,49,121). Sum of RGB (Red+Green+Blue) = 113+49+121=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #713179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713179 is #8ECE86. Grayscale: #4C4C4C. Windows color (decimal): -9358983 or 7942513. OLE color: 7942513.

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

Color convert

RGB11349121-
CMYK0.070.6000.53
HSL293.33º42.35%33.33%-
HSV(B)293.33º59.5%47.45%-
XYZ11.367.0918.86-
YUV76.34153.2154.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=39.93%
G=17.31%
B=42.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113491210.070.6000.53293.3342.3533.33
Hex71317973C0351252a21
Octal161611717740654455241
Binary111000111000111110011111111000110101100100101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713179; }

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

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

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

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

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

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

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

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