#71466B

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

Shades of Eminence #71466B

Tints of Eminence #71466B

Color information

#71466B (or 0x71466B) is unknown color: approx Eminence. HEX triplet: 71, 46 and 6B. RGB value is (113,70,107). Sum of RGB (Red+Green+Blue) = 113+70+107=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71466B is #8EB994. Grayscale: #565656. Windows color (decimal): -9353621 or 7030385. OLE color: 7030385.

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

Color convert

RGB11370107-
CMYK00.380.050.56
HSL308.37º23.5%35.88%-
HSV(B)308.37º38.05%44.31%-
XYZ11.658.9515.02-
YUV87.07139.25146.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=38.97%
G=24.14%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137010700.380.050.56308.3723.535.88
Hex71466B0265381341724
Octal1611061530465704642744
Binary111000110001101101011010011010111100010011010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71466B; }

 p { color: rgb(113,70,107); }

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

<style>
 a { background-color: #71466B; }

 a { background-color: rgb(113,70,107); }

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

<style>
 span { border-color: #71466B; }

 span { border-color: rgb(113,70,107); }

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