#71406C

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

Shades of Eminence #71406C

Tints of Eminence #71406C

Color information

#71406C (or 0x71406C) is unknown color: approx Eminence. HEX triplet: 71, 40 and 6C. RGB value is (113,64,108). Sum of RGB (Red+Green+Blue) = 113+64+108=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #71406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71406C is #8EBF93. Grayscale: #535353. Windows color (decimal): -9355156 or 7094385. OLE color: 7094385.

HSL color Cylindrical-coordinate representation of color #71406C: hue angle of 306.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71406C is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11364108-
CMYK00.430.040.56
HSL306.12º27.68%34.71%-
HSV(B)306.12º43.36%44.31%-
XYZ11.358.2615.18-
YUV83.67141.73148.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=39.65%
G=22.46%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136410800.430.040.56306.1227.6834.71
Hex71406C02B4381321c23
Octal1611001540534704623443
Binary111000110000001101100010101110011100010011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71406C; }

 p { color: rgb(113,64,108); }

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

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

 a { background-color: rgb(113,64,108); }

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

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

 span { border-color: rgb(113,64,108); }

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