#71446E

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

Shades of Eminence #71446E

Tints of Eminence #71446E

Color information

#71446E (or 0x71446E) is unknown color: approx Eminence. HEX triplet: 71, 44 and 6E. RGB value is (113,68,110). Sum of RGB (Red+Green+Blue) = 113+68+110=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71446E is #8EBB91. Grayscale: #565656. Windows color (decimal): -9354130 or 7226481. OLE color: 7226481.

HSL color Cylindrical-coordinate representation of color #71446E: hue angle of 304º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71446E is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11368110-
CMYK00.400.030.56
HSL304º24.86%35.49%-
HSV(B)304º39.82%44.31%-
XYZ11.698.7715.83-
YUV86.24141.41147.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=38.83%
G=23.37%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136811000.400.030.5630424.8635.49
Hex71446E0283381301923
Octal1611041560503704603143
Binary11100011000100110111001010001111100010011000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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