#73496E

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

Shades of Eminence #73496E

Tints of Eminence #73496E

Color information

#73496E (or 0x73496E) is unknown color: approx Eminence. HEX triplet: 73, 49 and 6E. RGB value is (115,73,110). Sum of RGB (Red+Green+Blue) = 115+73+110=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #73496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73496E is #8CB691. Grayscale: #595959. Windows color (decimal): -9221778 or 7227763. OLE color: 7227763.

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

Color convert

RGB11573110-
CMYK00.370.040.55
HSL307.14º22.34%36.86%-
HSV(B)307.14º36.52%45.1%-
XYZ12.279.5415.95-
YUV89.78139.41145.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=38.59%
G=24.50%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157311000.370.040.55307.1422.3436.86
Hex73496E0254371331625
Octal1631111560454674632645
Binary111001110010011101110010010110011011110011001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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