#73486F

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

Shades of Eminence #73486F

Tints of Eminence #73486F

Color information

#73486F (or 0x73486F) is unknown color: approx Eminence. HEX triplet: 73, 48 and 6F. RGB value is (115,72,111). Sum of RGB (Red+Green+Blue) = 115+72+111=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #73486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73486F is #8CB790. Grayscale: #595959. Windows color (decimal): -9222033 or 7293043. OLE color: 7293043.

HSL color Cylindrical-coordinate representation of color #73486F: hue angle of 305.58º degrees, saturation: 0.23, 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 #73486F is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11572111-
CMYK00.370.030.55
HSL305.58º22.99%36.67%-
HSV(B)305.58º37.39%45.1%-
XYZ12.269.4316.21-
YUV89.3140.25146.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=38.59%
G=24.16%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157211100.370.030.55305.5822.9936.67
Hex73486F0253371321725
Octal1631101570453674622745
Binary11100111001000110111101001011111011110011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73486F; }

 p { color: rgb(115,72,111); }

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

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

 a { background-color: rgb(115,72,111); }

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

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

 span { border-color: rgb(115,72,111); }

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