#723D80

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

Shades of Eminence #723D80

Tints of Eminence #723D80

Color information

#723D80 (or 0x723D80) is unknown color: approx Eminence. HEX triplet: 72, 3D and 80. RGB value is (114,61,128). Sum of RGB (Red+Green+Blue) = 114+61+128=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #723D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723D80 is #8DC27F. Grayscale: #545454. Windows color (decimal): -9290368 or 8404338. OLE color: 8404338.

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

Color convert

RGB11461128-
CMYK0.110.5200.50
HSL287.46º35.45%37.06%-
HSV(B)287.46º52.34%50.2%-
XYZ12.58.4721.4-
YUV84.48152.56149.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=37.62%
G=20.13%
B=42.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114611280.110.5200.50287.4635.4537.06
Hex723D80B3403211f2325
Octal1627520013640624374345
Binary11100101111011000000010111101000110010100011111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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