#724772

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

Shades of Eminence #724772

Tints of Eminence #724772

Color information

#724772 (or 0x724772) is unknown color: approx Eminence. HEX triplet: 72, 47 and 72. RGB value is (114,71,114). Sum of RGB (Red+Green+Blue) = 114+71+114=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #724772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724772 is #8DB88D. Grayscale: #585858. Windows color (decimal): -9287822 or 7489394. OLE color: 7489394.

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

Color convert

RGB11471114-
CMYK00.3800.55
HSL300º23.24%36.27%-
HSV(B)300º37.72%44.71%-
XYZ12.239.317.07-
YUV88.76142.25146-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=38.13%
G=23.75%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147111400.3800.5530023.2436.27
Hex72477202603712c1724
Octal1621071620460674542744
Binary1110010100011111100100100110011011110010110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724772; }

 p { color: rgb(114,71,114); }

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

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

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

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

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

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

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