#712D77

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

Shades of Eminence #712D77

Tints of Eminence #712D77

Color information

#712D77 (or 0x712D77) is unknown color: approx Eminence. HEX triplet: 71, 2D and 77. RGB value is (113,45,119). Sum of RGB (Red+Green+Blue) = 113+45+119=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #712D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D77 is #8ED288. Grayscale: #494949. Windows color (decimal): -9360009 or 7810417. OLE color: 7810417.

HSL color Cylindrical-coordinate representation of color #712D77: hue angle of 295.14º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #712D77 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11345119-
CMYK0.050.6200.53
HSL295.14º45.12%32.16%-
HSV(B)295.14º62.18%46.67%-
XYZ11.086.7218.17-
YUV73.77153.53155.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 45 (17.97% from 255) = 16.25%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=40.79%
G=16.25%
B=42.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113451190.050.6200.53295.1445.1232.16
Hex712D7753E0351272d20
Octal161551675760654475540
Binary111000110110111101111011111100110101100100111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712D77; }

 p { color: rgb(113,45,119); }

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

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

 a { background-color: rgb(113,45,119); }

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

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

 span { border-color: rgb(113,45,119); }

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