#723E7D

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

Shades of Eminence #723E7D

Tints of Eminence #723E7D

Color information

#723E7D (or 0x723E7D) is unknown color: approx Eminence. HEX triplet: 72, 3E and 7D. RGB value is (114,62,125). Sum of RGB (Red+Green+Blue) = 114+62+125=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #723E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723E7D is #8DC182. Grayscale: #545454. Windows color (decimal): -9290115 or 8207986. OLE color: 8207986.

HSL color Cylindrical-coordinate representation of color #723E7D: hue angle of 289.52º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #723E7D is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11462125-
CMYK0.090.5000.51
HSL289.52º33.69%36.67%-
HSV(B)289.52º50.4%49.02%-
XYZ12.368.520.39-
YUV84.73150.73148.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=37.87%
G=20.60%
B=41.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114621250.090.5000.51289.5233.6936.67
Hex723E7D9320331222225
Octal1627617511620634424245
Binary1110010111110111110110011100100110011100100010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723E7D; }

 p { color: rgb(114,62,125); }

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

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

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

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

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

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

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