#71496C

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

Shades of Eminence #71496C

Tints of Eminence #71496C

Color information

#71496C (or 0x71496C) is unknown color: approx Eminence. HEX triplet: 71, 49 and 6C. RGB value is (113,73,108). Sum of RGB (Red+Green+Blue) = 113+73+108=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71496C is #8EB693. Grayscale: #585858. Windows color (decimal): -9352852 or 7096689. OLE color: 7096689.

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

Color convert

RGB11373108-
CMYK00.350.040.56
HSL307.5º21.51%36.47%-
HSV(B)307.5º35.4%44.31%-
XYZ11.99.3615.37-
YUV88.95138.75145.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=38.44%
G=24.83%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137310800.350.040.56307.521.5136.47
Hex71496C0234381341624
Octal1611111540434704642644
Binary111000110010011101100010001110011100010011010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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