#713076

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

Shades of Eminence #713076

Tints of Eminence #713076

Color information

#713076 (or 0x713076) is unknown color: approx Eminence. HEX triplet: 71, 30 and 76. RGB value is (113,48,118). Sum of RGB (Red+Green+Blue) = 113+48+118=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #713076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713076 is #8ECF89. Grayscale: #4B4B4B. Windows color (decimal): -9359242 or 7745649. OLE color: 7745649.

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

Color convert

RGB11348118-
CMYK0.040.5900.54
HSL295.71º42.17%32.55%-
HSV(B)295.71º59.32%46.27%-
XYZ11.146.9317.89-
YUV75.41152.03154.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=40.50%
G=17.20%
B=42.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113481180.040.5900.54295.7142.1732.55
Hex71307643B0361282a21
Octal161601664730664505241
Binary111000111000011101101001110110110110100101000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713076; }

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

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

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

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

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

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

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

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