#71476F

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

Shades of Eminence #71476F

Tints of Eminence #71476F

Color information

#71476F (or 0x71476F) is unknown color: approx Eminence. HEX triplet: 71, 47 and 6F. RGB value is (113,71,111). Sum of RGB (Red+Green+Blue) = 113+71+111=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #71476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71476F is #8EB890. Grayscale: #585858. Windows color (decimal): -9353361 or 7292785. OLE color: 7292785.

HSL color Cylindrical-coordinate representation of color #71476F: hue angle of 302.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71476F is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11371111-
CMYK00.370.020.56
HSL302.86º22.83%36.08%-
HSV(B)302.86º37.17%44.31%-
XYZ11.939.1616.18-
YUV88.12140.91145.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=38.31%
G=24.07%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137111100.370.020.56302.8622.8336.08
Hex71476F02523812f1724
Octal1611071570452704572744
Binary11100011000111110111101001011011100010010111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71476F; }

 p { color: rgb(113,71,111); }

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

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

 a { background-color: rgb(113,71,111); }

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

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

 span { border-color: rgb(113,71,111); }

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