#71456C

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

Shades of Eminence #71456C

Tints of Eminence #71456C

Color information

#71456C (or 0x71456C) is unknown color: approx Eminence. HEX triplet: 71, 45 and 6C. RGB value is (113,69,108). Sum of RGB (Red+Green+Blue) = 113+69+108=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71456C is #8EBA93. Grayscale: #565656. Windows color (decimal): -9353876 or 7095665. OLE color: 7095665.

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

Color convert

RGB11369108-
CMYK00.390.040.56
HSL306.82º24.18%35.69%-
HSV(B)306.82º38.94%44.31%-
XYZ11.648.8515.28-
YUV86.6140.08146.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=38.97%
G=23.79%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136910800.390.040.56306.8224.1835.69
Hex71456C0274381331824
Octal1611051540474704633044
Binary111000110001011101100010011110011100010011001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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