#724171

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

Shades of Eminence #724171

Tints of Eminence #724171

Color information

#724171 (or 0x724171) is unknown color: approx Eminence. HEX triplet: 72, 41 and 71. RGB value is (114,65,113). Sum of RGB (Red+Green+Blue) = 114+65+113=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #724171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724171 is #8DBE8E. Grayscale: #545454. Windows color (decimal): -9289359 or 7422322. OLE color: 7422322.

HSL color Cylindrical-coordinate representation of color #724171: hue angle of 301.22º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #724171 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11465113-
CMYK00.430.010.55
HSL301.22º27.37%35.1%-
HSV(B)301.22º42.98%44.71%-
XYZ11.818.5516.65-
YUV85.12143.73148.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=39.04%
G=22.26%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146511300.430.010.55301.2227.3735.1
Hex72417102B13712d1b23
Octal1621011610531674553343
Binary1110010100000111100010101011111011110010110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724171; }

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

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

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

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

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

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

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

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