#71406E

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

Shades of Eminence #71406E

Tints of Eminence #71406E

Color information

#71406E (or 0x71406E) is unknown color: approx Eminence. HEX triplet: 71, 40 and 6E. RGB value is (113,64,110). Sum of RGB (Red+Green+Blue) = 113+64+110=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71406E is #8EBF91. Grayscale: #535353. Windows color (decimal): -9355154 or 7225457. OLE color: 7225457.

HSL color Cylindrical-coordinate representation of color #71406E: hue angle of 303.67º 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 #71406E is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11364110-
CMYK00.430.030.56
HSL303.67º27.68%34.71%-
HSV(B)303.67º43.36%44.31%-
XYZ11.468.315.75-
YUV83.9142.73148.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=39.37%
G=22.30%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136411000.430.030.56303.6727.6834.71
Hex71406E02B3381301c23
Octal1611001560533704603443
Binary11100011000000110111001010111111100010011000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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