#723575

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

Shades of Eminence #723575

Tints of Eminence #723575

Color information

#723575 (or 0x723575) is unknown color: approx Eminence. HEX triplet: 72, 35 and 75. RGB value is (114,53,117). Sum of RGB (Red+Green+Blue) = 114+53+117=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #723575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723575 is #8DCA8A. Grayscale: #4E4E4E. Windows color (decimal): -9292427 or 7681394. OLE color: 7681394.

HSL color Cylindrical-coordinate representation of color #723575: hue angle of 297.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #723575 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11453117-
CMYK0.030.5500.54
HSL297.19º37.65%33.33%-
HSV(B)297.19º54.7%45.88%-
XYZ11.427.4117.66-
YUV78.54149.71153.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=40.14%
G=18.66%
B=41.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114531170.030.5500.54297.1937.6533.33
Hex7235753370361292621
Octal162651653670664514641
Binary11100101101011110101111101110110110100101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723575; }

 p { color: rgb(114,53,117); }

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

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

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

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

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

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

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