#724C71

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

Shades of Eminence #724C71

Tints of Eminence #724C71

Color information

#724C71 (or 0x724C71) is unknown color: approx Eminence. HEX triplet: 72, 4C and 71. RGB value is (114,76,113). Sum of RGB (Red+Green+Blue) = 114+76+113=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #724C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C71 is #8DB38E. Grayscale: #5B5B5B. Windows color (decimal): -9286543 or 7425138. OLE color: 7425138.

HSL color Cylindrical-coordinate representation of color #724C71: hue angle of 301.58º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #724C71 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11476113-
CMYK00.330.010.55
HSL301.58º20%37.25%-
HSV(B)301.58º33.33%44.71%-
XYZ12.59.9416.88-
YUV91.58140.09143.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=37.62%
G=25.08%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147611300.330.010.55301.582037.25
Hex724C7102113712e1425
Octal1621141610411674562445
Binary1110010100110011100010100001111011110010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724C71; }

 p { color: rgb(114,76,113); }

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

<style>
 a { background-color: #724C71; }

 a { background-color: rgb(114,76,113); }

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

<style>
 span { border-color: #724C71; }

 span { border-color: rgb(114,76,113); }

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