#724571

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

Shades of Eminence #724571

Tints of Eminence #724571

Color information

#724571 (or 0x724571) is unknown color: approx Eminence. HEX triplet: 72, 45 and 71. RGB value is (114,69,113). Sum of RGB (Red+Green+Blue) = 114+69+113=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #724571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724571 is #8DBA8E. Grayscale: #575757. Windows color (decimal): -9288335 or 7423346. OLE color: 7423346.

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

Color convert

RGB11469113-
CMYK00.390.010.55
HSL301.33º24.59%35.88%-
HSV(B)301.33º39.47%44.71%-
XYZ12.059.0316.73-
YUV87.47142.41146.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=38.51%
G=23.31%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146911300.390.010.55301.3324.5935.88
Hex72457102713712d1924
Octal1621051610471674553144
Binary1110010100010111100010100111111011110010110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724571; }

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

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

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

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

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

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

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

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