#723180

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

Shades of Eminence #723180

Tints of Eminence #723180

Color information

#723180 (or 0x723180) is unknown color: approx Eminence. HEX triplet: 72, 31 and 80. RGB value is (114,49,128). Sum of RGB (Red+Green+Blue) = 114+49+128=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #723180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723180 is #8DCE7F. Grayscale: #4D4D4D. Windows color (decimal): -9293440 or 8401266. OLE color: 8401266.

HSL color Cylindrical-coordinate representation of color #723180: hue angle of 289.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #723180 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11449128-
CMYK0.110.6200.50
HSL289.37º44.63%34.71%-
HSV(B)289.37º61.72%50.2%-
XYZ11.937.3321.21-
YUV77.44156.53154.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=39.18%
G=16.84%
B=43.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114491280.110.6200.50289.3744.6334.71
Hex723180B3E0321212d23
Octal1626120013760624415543
Binary11100101100011000000010111111100110010100100001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723180; }

 p { color: rgb(114,49,128); }

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

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

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

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

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

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

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