#73476C

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

Shades of Eminence #73476C

Tints of Eminence #73476C

Color information

#73476C (or 0x73476C) is unknown color: approx Eminence. HEX triplet: 73, 47 and 6C. RGB value is (115,71,108). Sum of RGB (Red+Green+Blue) = 115+71+108=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73476C is #8CB893. Grayscale: #585858. Windows color (decimal): -9222292 or 7096179. OLE color: 7096179.

HSL color Cylindrical-coordinate representation of color #73476C: hue angle of 309.55º 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 #73476C is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11571108-
CMYK00.380.060.55
HSL309.55º23.66%36.47%-
HSV(B)309.55º38.26%45.1%-
XYZ12.039.2315.34-
YUV88.37139.08146.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=39.12%
G=24.15%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157110800.380.060.55309.5523.6636.47
Hex73476C0266371361824
Octal1631071540466674663044
Binary111001110001111101100010011011011011110011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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