#73456E

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

Shades of Eminence #73456E

Tints of Eminence #73456E

Color information

#73456E (or 0x73456E) is unknown color: approx Eminence. HEX triplet: 73, 45 and 6E. RGB value is (115,69,110). Sum of RGB (Red+Green+Blue) = 115+69+110=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73456E is #8CBA91. Grayscale: #575757. Windows color (decimal): -9222802 or 7226739. OLE color: 7226739.

HSL color Cylindrical-coordinate representation of color #73456E: hue angle of 306.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73456E is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11569110-
CMYK00.40.040.55
HSL306.52º25%36.08%-
HSV(B)306.52º40%45.1%-
XYZ12.019.0315.86-
YUV87.43140.74147.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=39.12%
G=23.47%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156911000.40.040.55306.522536.08
Hex73456E0284371331924
Octal1631051560504674633144
Binary111001110001011101110010100010011011110011001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73456E; }

 p { color: rgb(115,69,110); }

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

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

 a { background-color: rgb(115,69,110); }

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

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

 span { border-color: rgb(115,69,110); }

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