#73476F

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

Shades of Eminence #73476F

Tints of Eminence #73476F

Color information

#73476F (or 0x73476F) is unknown color: approx Eminence. HEX triplet: 73, 47 and 6F. RGB value is (115,71,111). Sum of RGB (Red+Green+Blue) = 115+71+111=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #73476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73476F is #8CB890. Grayscale: #585858. Windows color (decimal): -9222289 or 7292787. OLE color: 7292787.

HSL color Cylindrical-coordinate representation of color #73476F: hue angle of 305.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73476F is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11571111-
CMYK00.380.030.55
HSL305.45º23.66%36.47%-
HSV(B)305.45º38.26%45.1%-
XYZ12.199.316.19-
YUV88.72140.58146.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=38.72%
G=23.91%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157111100.380.030.55305.4523.6636.47
Hex73476F0263371311824
Octal1631071570463674613044
Binary11100111000111110111101001101111011110011000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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