#713075

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

Shades of Eminence #713075

Tints of Eminence #713075

Color information

#713075 (or 0x713075) is unknown color: approx Eminence. HEX triplet: 71, 30 and 75. RGB value is (113,48,117). Sum of RGB (Red+Green+Blue) = 113+48+117=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #713075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713075 is #8ECF8A. Grayscale: #4B4B4B. Windows color (decimal): -9359243 or 7680113. OLE color: 7680113.

HSL color Cylindrical-coordinate representation of color #713075: hue angle of 296.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713075 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11348117-
CMYK0.030.5900.54
HSL296.52º41.82%32.35%-
HSV(B)296.52º58.97%45.88%-
XYZ11.086.9117.58-
YUV75.3151.53154.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=40.65%
G=17.27%
B=42.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113481170.030.5900.54296.5241.8232.35
Hex71307533B0361292a20
Octal161601653730664515240
Binary11100011100001110101111110110110110100101001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713075; }

 p { color: rgb(113,48,117); }

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

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

 a { background-color: rgb(113,48,117); }

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

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

 span { border-color: rgb(113,48,117); }

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