#723670

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

Shades of Eminence #723670

Tints of Eminence #723670

Color information

#723670 (or 0x723670) is unknown color: approx Eminence. HEX triplet: 72, 36 and 70. RGB value is (114,54,112). Sum of RGB (Red+Green+Blue) = 114+54+112=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #723670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723670 is #8DC98F. Grayscale: #4E4E4E. Windows color (decimal): -9292176 or 7353970. OLE color: 7353970.

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

Color convert

RGB11454112-
CMYK00.530.020.55
HSL302º35.71%32.94%-
HSV(B)302º52.63%44.71%-
XYZ11.187.3916.17-
YUV78.55146.88153.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 112 (44.14% from 255) = 40%
R=40.71%
G=19.29%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145411200.530.020.5530235.7132.94
Hex72367003523712e2421
Octal162661600652674564441
Binary11100101101101110000011010110110111100101110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723670; }

 p { color: rgb(114,54,112); }

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

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

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

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

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

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

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